Question Detail rand() function returns float valueinteger valueany typenone of above Answer: Option B Similar Questions : 1. total number of keywords in C are 303248132 Answer: Option B 2. rand() function returns float valueinteger valueany typenone of above Answer: Option B 3. Continue statement used for To continue to the next line of codeTo stop the current iteration and begin the next iteration from the beginningTo handle run time errorNone of above Answer: Option B 4. What is correct order of precedence in C Addition, Division, ModulusAddition, Modulus, DivisionMultiplication, Substration, ModulusModulus, Multiplication, Substration Answer: Option D 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