Question Detail printf() belongs to which library of c stdlib.hstdio.hstdout.hstdoutput.h Answer: Option B Similar Questions : 1. Wild pointer in C if pointer is pointing to a memory location from where variable has been deletedif pointer has not been initializedif pointer has not defined properlyif pointer pointing to more than one variable Answer: Option B 2. What is true about fputs function write to a filetakes two parametersrequires a file pointerall of above Answer: Option D 3. total number of keywords in C are 303248132 Answer: Option B 4. UML meaning is Unique modeling languageUnified modeling languageUnified modern languageUnified master laqnguage Answer: Option B 5. What is wild pointer in c a pointer which we need to write in futurea pointer which has bad naming conventiona pointer which has no limita point which has not initialized Answer: Option D Read more from - C Programming Questions Answers - Chapter 1