Vidyalelo
C++ Programming · Q414

C++ miscellaneous

Programming · C++ Programming · question 414

Q414

Choose the correct formatted code.

A.
int a = 5;
Answer
B.
int a=5;
C.
int a =5;
D.
int a5;

Answer: Option A

Solution

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