Vidyalelo
C++ Programming · Q24

Variables and Data Types in C++

Programming · C++ Programming · question 24

Q24

What is the correct way to represent octal values in C++?

A.
Prefix with 0o
B.
Prefix with 0x
C.
Prefix with 0
Answer
D.
Suffix with O

Answer: Option C

Solution

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