1 |
Escape sequences are used in printf function inside the: |
- A. "and"
- B. 'and'
- C. :and:
- D. ,and;
|
2 |
Which are the values that do not change ? |
- A. constants
- B. variables
- C. numeric
- D. string
|
3 |
Which of the following are types of constant ? |
- A. Integer constants
- B. realconstants
- C. characterconstants
- D. all of these
|
4 |
The values passed to a function are called. |
- A. Built -in
- B. return type
- C. Array
- D. Arguments
|
5 |
Which is a block of statements that performs a particular task. |
- A. Function
- B. Program
- C. Routine
- D. Block
|
6 |
Which describe imput and output of the function. |
- A. Calling
- B. Function signature
- C. Routine
- D. work
|
7 |
If array first element has the index. |
|
8 |
__________ specifies the type of variable, the range of values allowed by that variable and the kind of operations that can be performed on it: |
- A. variable
- B. constant
- C. string
- D. declaring a variable
|
9 |
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
|
10 |
Which operator checks whether right and left operands are equal or not ? |
|