Font size
WorksheetsIntroduction To C
Total questions: 13
Worksheet time: 7mins
C is called?
Low level language
Middle level language
High level language
C is called?
Compiled language
High level language
Interpretation language
Program written in C language is called?
Source code
Binary code
System understandable form is called?
Source code
Binary code
Program written in C is saved with which extension
.c
.cpp
.htm
.obj
Which file is created after compilation with an extension .obj?
Object file
Executable file
Source file
What values never change during the execution of a program
Constants
Variables
Identifiers
_______is a name given to a storage area that stores data
Constants
Variables
Identifiers
A ____ is a set of instructions that the computer follows to solve a problem.
Comipler
Linker
Program
Operator
Computer programs are also known as:
Hardware
Firmware
Software
Silverware
Which is not the data type of C?
Char
Int
Double
Constant
When was the C programming language developed?
1970
1972
1973
1974
How many reserved keywords are there in C?
32
34
38
28
