1 |
Main section consists of a __________ function: |
- A. main()
- B. body()
- C. both a and b
- D. center()
|
2 |
Which facilitate other programmers to understand our code ? |
- A. common words
- B. comments
- C. end sensitive
- D. section sensitive
|
3 |
Which keyword is used for integer data type ? |
- A. int
- B. float
- C. char
- D. double
|
4 |
We include header files in our program by writing the include statements at __________ of program: |
- A. top
- B. middle
- C. end
- D. section
|
5 |
Set of instruction given to the computer to perform a specific task is known as: |
- A. computer program
- B. software
- C. both a and b
- D. none of these
|
6 |
Words which have special meaning in language are called: |
- A. simple word
- B. englishword
- C. reservedwords
- D. commonwords
|
7 |
Which provides us the basic platform to write and execute programs ? |
- A. tools
- B. programming environemtn
- C. designer
- D. programming languages
|
8 |
Which help us to understand our own code even after years of writing it? |
- A. common words
- B. comments
- C. end sensitive
- D. section sensitive
|
9 |
Which are the statements in a program that are ignored by the compiler ? |
- A. comments
- B. common verb
- C. end sensitive
- D. section sensitive
|
10 |
Which of the following are types of constant ? |
- A. Integer constants
- B. realconstants
- C. characterconstants
- D. all of these
|