Question Detail Which is invalid name of identifier worldaddition23test_namefactorial Answer: Option Similar Questions : 1. 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 2. A variable in c must have a valid datatypecan't have a name same as keywordmust have a name starting with a characterAll of above Answer: Option D 3. Structures can be used to hold different datatypeshave pointers to structuresto assign to one anotherall of above Answer: Option D 4. 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 5. total number of keywords in C are 303248132 Answer: Option B Read more from - C Programming Questions Answers - Chapter 1