Vidyalelo
Computer Science · Q46

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 46

Q46

Which of the following assigns the number 5 to the area variable?

A.
area 1 = 5
B.
area = 5
Answer
C.
area == 5
D.
area → 5
E.
area < > 5

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board