1 |
If the value is not proceeded by a sign, it is considered: |
- A. negative
- B. positive
- C. module
- D. single constants
|
2 |
Which is the starting point of the execution of the program ? |
- A. main()
- B. body()
- C. end()
- D. center()
|
3 |
An _______ consists of tools that help a programmer throughout the phases or writing, executing an testing a computer program: |
- A. DBA
- B. IDE
- C. EDP
- D. editor
|
4 |
_________ includes specifying its data type and giving it a valid name: |
- A. variable
- B. constant
- C. string
- D. declaring a variable
|
5 |
Which are the statements in a program that are ignored by the compiler ? |
- A. comments
- B. common verb
- C. end sensitive
- D. section sensitive
|
6 |
Header file is started from _______ symbol: |
|
7 |
Which from the following describes the types of constant that can be stored in variable ? |
- A. character
- B. data type
- C. variable
- D. constant
|
8 |
How many types of comments in C language are ? |
|
9 |
In C language main() is a: |
- A. function
- B. code
- C. editor
- D. library
|
10 |
Which keyword is used for integer data type ? |
- A. int
- B. float
- C. char
- D. double
|