Q24
What is the correct way to represent octal values in C++?
A.
Prefix with 0o
B.
Prefix with 0x
C.
Prefix with 0
AnswerD.
Suffix with O
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board