Question Detail What among following is true about stack stack cannot reuse its memoryall elements are of different datatypesall operation done at one endnone of above Answer: Option C Similar Questions : 1. 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 2. To access the members of structure which symbol is used *-,. Answer: Option D 3. Break statement is used for Quit a programQuit the current iterationBoth of aboveNone of above Answer: Option B 4. UML meaning is Unique modeling languageUnified modeling languageUnified modern languageUnified master laqnguage Answer: Option B 5. The first expression in a for loop is Step value of loopValue of the counter variableAny of aboveNone of above Answer: Option B Read more from - C Programming Questions Answers - Chapter 1