Question Detail Which is invalid name of identifier worldaddition23test_namefactorial Answer: Option Similar Questions : 1. 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 2. The first expression in a for loop is Step value of loopValue of the counter variableAny of aboveNone of above Answer: Option B 3. What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf(\"%d\",x); } error010Garbage value Answer: Option B 4. To access the members of structure which symbol is used *-,. Answer: Option D 5. Break statement is used for Quit a programQuit the current iterationBoth of aboveNone of above Answer: Option B Read more from - C Programming Questions Answers - Chapter 1