1 |
Array elements are stored at _________ memory locations: |
- A. contiguous
- B. scattered
- C. divided
- D. none
|
2 |
In main function everything enclosed in: |
- A. body
- B. included files
- C. curly braces
- D. file
|
3 |
Any single small case letter, upper case letter, digit, punctuation mark, special symbol enclosed within ' ' is considered: |
- A. integerconstants
- B. stringconstants
- C. characterconstants
- D. singleconstants
|
4 |
In whihc statement we -specify a condition, and assoclate a code to it. |
- A. go to
- B. selection
- C. If
- D. loop
|
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 |
Which is a part where head files are included ? |
- A. header section
- B. mainsection
- C. bodysection
- D. fullsection
|
7 |
Which header file includes file that contains information related to input and output functions ? |
- A. math.h
- B. stdio.h
- C. string.h
- D. c.h
|
8 |
Which operator returns remainder ? |
- A. modulusoperators
- B. binaryoperators
- C. ternaryoperators
- D. all of these
|
9 |
A _________ cannot be used as a variable name: |
- A. reserved word
- B. simple words
- C. stringwords
- D. reserved variable
|
10 |
The statements which help us to decide whihc statements should be executed next, on the basis of conditions, are called. |
- A. Error Control Statements
- B. Selection statements
- C. Sequential Control Statements
- D. Repetition Control Statements
|