1 |
Multiple variables of same data type may also be declared in a: |
- A. multiple
- B. single statement
- C. many
- D. multiple variable
|
2 |
Words which have predefined meaning is known as: |
- A. reserved words
- B. keywords
- C. both a and b
- D. syntax
|
3 |
The process of running a program is called: |
- A. debugging
- B. compiling
- C. execution
- D. using
|
4 |
If the value is not proceeded by a sign, it is considered: |
- A. negative
- B. positive
- C. module
- D. single constants
|
5 |
The execution of program starts from: |
- A. main section
- B. headersection
- C. header file
- D. #include
|
6 |
To declare character type variables in C, we use the keyword: |
- A. int
- B. char
- C. float
- D. positive
|
7 |
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
|
8 |
How many bytes are used by float type variable? |
|
9 |
For initializing a variable, we use ________ operator: |
|
10 |
Which section contains header files ? |
- A. header section (Link section)
- B. main section
- C. reservesection
- D. bodysection
|