1 |
Which symbol is used to represent the NOT operator ? |
|
2 |
The operator % is used to calculate __________: |
- A. percentage
- B. remainder
- C. factorial
- D. square
|
3 |
Which operators are used to perform arithmetic operations on data ? |
- A. assignmentoperator
- B. arithmeticoperator
- C. logicaloperator
- D. relational operators
|
4 |
Which is unary operator ? |
|
5 |
Which is identifier for compiler to identity the end of a line ? |
|
6 |
Which format specifier is used for float data type ? |
|
7 |
Which operator performs division of left operand by the right operand and returns the remainder value after division ? |
|
8 |
getch() is used to take ________ as input form user: |
- A. int
- B. char
- C. float
- D. all of them
|
9 |
What is true about C language ? |
- A. C is not a case sensitive language
- B. keywords can be used as variable names
- C. All logical operators are binary
- D. none of them
|
10 |
Which operator has the highest precedence among the following ? |
- A. /
- B. !
- C. >
- D. <
|