Find an integer constant.
Answer
A. 3.145
B. 34
C. "125"
D None of the above
Answers
Answer:
B
Explanation:
Answer:
The answer is B-34
Explanation:
To specify a decimal integer constant, use a sequence of decimal digits in which the first digit is not 0. The value of a decimal constant is computed in base 10. To specify an octal integer constant, start the sequence with a zero (0) and follow the 0 (if necessary) with a sequence composed of the digits 0 to 7.
An integer constant is a value that is determined at compile time and cannot be changed at run time. An integer constant expression is an expression that is composed of constants and evaluated to a constant at compile time
An integer constant is a decimal (base 10), octal (base 8), or hexadecimal (base 16) number that represents an integral value. Use integer constants to represent integer values that cannot be changed
Find an integer constant.
Answer
A. 3.145
B. 34
C. "125"
https://brainly.in/question/41025374
Find an integer constant.
https://brainly.in/question/35223043
#SPJ2