Question Detail Exit() is same as return TRUEFALSE Answer: Option B Similar Questions : 1. Disadvantage of array in C is We can easily access each elementIt is necessary to declare too many variablesIt can store only one similar type of dataNone of above Answer: Option C 2. calloc() belongs to which library stdlib.hmalloc.hcalloc.hNone of above Answer: Option A 3. Difference between calloc() and malloc() calloc() takes a single argument while malloc() needs two argumentsmalloc() takes a single argument while calloc() needs two argumentsmalloc() initializes the allocated memory to ZEROcalloc() initializes the allocated memory to NULL Answer: Option B 4. Which is invalid name of identifier worldaddition23test_namefactorial Answer: Option B 5. UML meaning is Unique modeling languageUnified modeling languageUnified modern languageUnified master laqnguage Answer: Option B Read more from - C Programming Questions Answers - Chapter 1