Table of Content

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 ?
A
Pointer
B
Function
C
Expression
D
Array
Question 2
Which of the following set contain Unary Operators ?
A
Comma
B
&& and sizeof
C
++ and !
D
% and ==
Question 3
Unary Operator operates on __________ operand ?
A
1
B
3
C
2
D
4
Question 4
Priority Of Operator is also called as ____________.
A
Operation
B
Relativity
C
Associativity
D
Precedence
Question 5
In an expression, execution of same operators can be decided (i.e which operator to be executed first) by using ________________.
A
Operator Type
B
Operator Associativity
C
Operator Precedence
D
Operator Relativity
There are 5 questions to complete.