Question Detail Which of the following below is/are valid C keywords integerintnullnone of above Answer: Option B Similar Questions : 1. We can insert pre written code in a C program by using #read#get#include#put Answer: Option C 2. total number of keywords in C are 303248132 Answer: Option B 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. What is correct order of precedence in C Addition, Division, ModulusAddition, Modulus, DivisionMultiplication, Substration, ModulusModulus, Multiplication, Substration Answer: Option D 5. If include files can be nested YesNo Answer: Option A Read more from - C Programming Questions Answers - Chapter 1