Question Detail Size of void pointer is 1 byte2 byte4 byte8 byte Answer: Option B Similar Questions : 1. What is use of \r in c used to insert a vertical tabused to insert a tabplaces cursor at the end of lineplaces cursor at the start of line Answer: Option D 2. Adding to a pointer that points to an array will Cause an errorIncrease the value of the element that the pointer is pointing toCause the pointer to point to the next element in the arrayNone of above Answer: Option C 3. Structures can be used to hold different datatypeshave pointers to structuresto assign to one anotherall of above Answer: Option D 4. rand() function returns float valueinteger valueany typenone of above Answer: Option B 5. The first expression in a for loop is Step value of loopValue of the counter variableAny of aboveNone of above Answer: Option B Read more from - C Programming Questions Answers - Chapter 1