Question Detail rand() function returns float valueinteger valueany typenone of above Answer: Option B Similar Questions : 1. Out of following program : float x = 10.7; int i; i = (int) x; print i; nullerror10garbage value Answer: Option C 2. If (*p) and **p is same NoYes Answer: Option A 3. What will be output of #include void main() { char test =`S`; printf("\n%c",test); } SErrorGarbage valueNone of above Answer: Option A 4. Size of void pointer is 1 byte2 byte4 byte8 byte Answer: Option B 5. Wild pointer in C if pointer is pointing to a memory location from where variable has been deletedif pointer has not been initializedif pointer has not defined properlyif pointer pointing to more than one variable Answer: Option B Read more from - C Programming Questions Answers - Chapter 1