
2nd Year Chapter 9 Elements Of C
2nd Year Chapter 9 Elements Of C Question And Answer Short And Simple Question And Answer Q 1. What is an identifier? Ans. In a program, the names used to represent variables, constants, types, functions, and labels are called identifiers. C compiler recognizes the first 31 characters of an identifier. Q 2. What is a…