Question Detail Which of the following below is/are valid C keywords integerintnullnone of above Answer: Option B Similar Questions : 1. What is prototype of a function in C It is the return type of a functionIt is the return data of the functionIt is declaration of a functionIt is a datatype Answer: Option C 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. 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 4. Which of the following below is/are valid C keywords integerintnullnone of above Answer: Option B 5. Difference between structure and union is We can define functions within structures but not within a unionWe can define functions within union but not within a structureThe way memory is allocatedThere is no difference Answer: Option C Read more from - C Programming Questions Answers - Chapter 1