Question Detail 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 Similar Questions : 1. What will be output of #include void main() { char test =`S`; printf("\n%c",test); } SErrorGarbage valueNone of above Answer: Option A 2. UML meaning is Unique modeling languageUnified modeling languageUnified modern languageUnified master laqnguage Answer: Option B 3. What is the purpose of getc() read a character from STDINread a character from a fileread all fileread file random Answer: Option B 4. Exit() is same as return TRUEFALSE Answer: Option B 5. 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 Read more from - C Programming Questions Answers - Chapter 1