What is the correct prototype of printf function ? June 6, 2022 by admin โช Choose the correct option.What is the correct prototype of printf function ?A. printf(char *p,…);B. printf(const *char *p,…);C. printf(const char *p,…);D. printf(const *char p,…); Submit Answer