Variable [MCQ] : Find Output of Program (Multiple Choice Questions)
Question 1 |
Which of the following operator has lowest precedence amongst all the operators ?
Logical AND | |
Modulus | |
Comma | |
Plus |
Question 2 |
Which of the following correctly shows the hierarchy of arithmetic operations in C?
+ - / * | |
* - / + | |
/ + * - | |
/ * + - |
Question 3 |
Unary Operators are Operators having ____________.
Lowest Precedence | |
Highest Precedence |
Question 4 |
sizeof is an example of ____________.
Unary Operator | |
Binary Operator | |
Ternary Operator | |
None of these |
Question 5 |
Associativity of unary operator is from _________ to __________.
Right to Left | |
Left to Right |
There are 5 questions to complete.