1 |
Which format specifier is used for integer data type ? |
- A. %d
- B. %i
- C. both a and b
- D. none of these
|
2 |
Which of the following forces printf() to change its normal behavior ? |
- A. escape sequence
- B. escape
- C. sequence
- D. esc
|
3 |
In C language _______ is used as statement terminator: |
|
4 |
Which operator accepts Boolean expression and returns true if at least one of the operands is true ? |
|
5 |
Which is used to display data in specific format ? |
- A. read
- B. data
- C. specifiers
- D. format specifiers
|
6 |
Which operators perform operation on Boolean expressions and produce a Boolean expressions as a result ? |
- A. logical
- B. assignment
- C. arithmetic
- D. relation
|
7 |
The name, computer suggests that _________ is the most important aspect of computers: |
- A. computation
- B. working
- C. location
- D. math
|
8 |
Which of the following are logical operators ? |
- A. AND
- B. OR
- C. NOT
- D. all of these
|
9 |
scanf is a __________ in C programming language: |
- A. keyboard
- B. library
- C. function
- D. none of them
|
10 |
After escape character, which specifies the movement of the cursor to start of next time ? |
|