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. Size of void pointer is 1 byte2 byte4 byte8 byte Answer: Option B 2. Which operator has the highest priority ()[]*/ Answer: Option A 3. If (*p) and **p is same NoYes Answer: Option A 4. What will be output of #include void main() { char test =`S`; printf("\n%c",test); } SErrorGarbage valueNone of above Answer: Option A 5. Out of following program : float x = 10.7; int i; i = (int) x; print i; nullerror10garbage value Answer: Option C Read more from - C Programming Questions Answers - Chapter 1