Question Detail calloc() belongs to which library stdlib.hmalloc.hcalloc.hNone of above Answer: Option A Similar Questions : 1. What will be output of #include void main() { char test =`S`; printf("\n%c",test); } SErrorGarbage valueNone of above Answer: Option A 2. What is dangling pointer in c if pointer is pointing to a memory location from where variable has been deletedif pointer is assigned to more than one variableif pointer is not defined properlynone of above Answer: Option A 3. A variable in c must have a valid datatypecan't have a name same as keywordmust have a name starting with a characterAll of above Answer: Option D 4. printf() belongs to which library of c stdlib.hstdio.hstdout.hstdoutput.h Answer: Option B 5. Any type of modification on the parameter inside the function will reflect in actual variable value can be related to call by valuecall by referenceboth of abovenone of above Answer: Option B Read more from - C Programming Questions Answers - Chapter 1