1 |
Which operator makes it true, if it is false and false if it true ? |
|
2 |
Which operator performs division of left operand by the right operand and returns the remainder value after division ? |
|
3 |
Escape sequences consists of ________ characters: |
- A. two
- B. three
- C. four
- D. five
|
4 |
Which is a built-in function in C programming language to show output on screen? |
- A. printf()
- B. scanf()
- C. input
- D. print
|
5 |
Which symbol is used to represent the AND operator ? |
- A. &&
- B. ||
- C. +
- D. !
|
6 |
Which of the following is called escape character which is associated with each escape sequence to notify about escape ? |
- A. back slash (\)
- B. /
- C. ?
- D. :
|
7 |
Which operators are used to perform arithmetic operations on data ? |
- A. assignmentoperator
- B. arithmeticoperator
- C. logicaloperator
- D. relational operators
|
8 |
Which format specifier is used for float data type ? |
|
9 |
Which operator returns remainder ? |
- A. modulusoperators
- B. binaryoperators
- C. ternaryoperators
- D. all of these
|
10 |
A tab stop is collection of _________ spaces: |
|