Variable Naming MCQ : True or False Questions (Multiple Choice)
Question 1 |
L Value and R Value are associated with which of the following concept in C ?
Pointer | |
Function | |
Expression | |
Array |
Question 2 |
Which of the following set contain Unary Operators ?
Comma | |
&& and sizeof | |
++ and ! | |
% and == |
Question 3 |
Unary Operator operates on __________ operand ?
1 | |
3 | |
2 | |
4 |
Question 4 |
Priority Of Operator is also called as ____________.
Operation | |
Relativity | |
Associativity | |
Precedence |
Question 5 |
In an expression, execution of same operators can be decided (i.e which operator to be executed first) by using ________________.
Operator Type | |
Operator Associativity | |
Operator Precedence | |
Operator Relativity |
There are 5 questions to complete.