1 |
What is the name given to a memory location as the data is physically stored inside the computer's memory ? |
constant
realconstants
characterconstants
variable
|
2 |
Which of the following are types of constant ? |
Integer constants
realconstants
characterconstants
all of these
|
3 |
How many types of constant ? |
3
1
2
4
|
4 |
Which are the values that do not change ? |
constants
variables
numeric
string
|
5 |
Which are used to include additional information about the program ? |
comments
read only
colon
underscore
|
6 |
Statements that are ignored by the compiler and do not get executed: |
read only
comments
enclosed in braces
curly braces
|
7 |
In main function everything enclosed in: |
body
included files
curly braces
file
|
8 |
Which section corresponds to the main function and the body of the main function ? |
header
main
body
full
|
9 |
Which is a part where head files are included ? |
header section
mainsection
bodysection
fullsection
|
10 |
How many parts C language program is divided ? |
1
3
2
4
|
11 |
Words which have predefined meaning is known as: |
reserved words
keywords
both a and b
syntax
|
12 |
Every programming language has some primitive building blocks and follows some grammar rules known as: |
rules
signs
blocks
syntax
|