Question Detail total number of keywords in C are 303248132 Answer: Option B Similar Questions : 1. Which operator in c can't be overloaded %+::- Answer: Option C 2. Break statement is used for Quit a programQuit the current iterationBoth of aboveNone of above Answer: Option B 3. What is dangling pointer in c if pointer is pointing to a memory location from where variable has been deletedif pointer is assigned to more than one variableif pointer is not defined properlynone of above Answer: Option A 4. 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 5. Structures can be used to hold different datatypeshave pointers to structuresto assign to one anotherall of above Answer: Option D Read more from - C Programming Questions Answers - Chapter 1