Tag: StudyResources
-
2nd year Chapter 10 Input And Output
2nd year Chapter 10 Input And Output Question And Answer Short And Simple Question and Answer Q 1. What is an input statement? Ans. An input statement refers to the data or instructions provided to a program through an input device, with the keyboard being a standard input device. In C language, the instructions used…
-
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…