Question Detail Which operator in c can't be overloaded %+::- Answer: Option C Similar Questions : 1. What is true about fputs function write to a filetakes two parametersrequires a file pointerall of above Answer: Option D 2. Structures can be used to hold different datatypeshave pointers to structuresto assign to one anotherall of above Answer: Option D 3. printf() belongs to which library of c stdlib.hstdio.hstdout.hstdoutput.h Answer: Option B 4. What will be output of #include void main() { char test =`S`; printf("\n%c",test); } SErrorGarbage valueNone of above Answer: Option A 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