1 |
If the value is not proceeded by a sign, it is considered: |
negative
positive
module
single constants
|
2 |
These are the values without a decimal point: |
integer constants
stringconstants
characterconstants
singleconstants
|
3 |
Multi-line comments start with; |
?* and end *?
/==/
/??/
/*and end at */
|
4 |
Single-line comments start with: |
//
==
??
&&
|
5 |
How many types of comments in C language are ? |
1
2
3
6
|
6 |
Which help us to understand our own code even after years of writing it? |
common words
comments
end sensitive
section sensitive
|
7 |
Which facilitate other programmers to understand our code ? |
common words
comments
end sensitive
section sensitive
|
8 |
Which are the statements in a program that are ignored by the compiler ? |
comments
common verb
end sensitive
section sensitive
|
9 |
Each statement ends with: |
;
:
=
,
|
10 |
C language is: |
top sensitive
casesensitive
endsensitive
sectionsensitive
|
11 |
All the statements inside these ______ make the body of main function: |
{ }
()
??
==
|
12 |
Which is the starting point of the execution of the program ? |
main()
body()
end()
center()
|