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. Out of following program : float x = 10.7; int i; i = (int) x; print i; nullerror10garbage value Answer: Option C 2. To access the members of structure which symbol is used *-,. Answer: Option D 3. 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 4. printf() belongs to which library of c stdlib.hstdio.hstdout.hstdoutput.h Answer: Option B 5. What is the purpose of getc() read a character from STDINread a character from a fileread all fileread file random Answer: Option B Read more from - C Programming Questions Answers - Chapter 1