Vidyalelo
C++ Programming · Q73

Variables and Data Types in C++

Programming · C++ Programming · question 73

Q73

What does the following statement mean? void a;

A.
variable a is of type void
B.
a is an object of type void
C.
declares a variable with value a
D.
flags an error
Answer

Answer: Option D

Solution

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