Computer Science, asked by umerrana, 11 months ago

What is the symbol to evaluate expression in Computer C++??

Answers

Answered by ut5060
1

Answer:

Numbers in C++ expressions are interpreted as decimal numbers, unless you specify them in another manner. To specify a hexadecimal integer, add 0x before the number. To specify an octal integer, add 0 (zero) before the number

hope it helps you

Similar questions