Computer Science, asked by kgunturi77, 11 months ago

What is the value of the following integer literals?

Answers

Answered by bhaveshpandya7893
2

Because the number is presented out of context there is no real way to determine the base in which it is represented, so two answers are given: if base 10, then the value of 017 is 17, and if base 8 then the value of 017 is 8 + 7 = 15.

mark as branlist answer

Answered by vedangparth
0

Explanation:

a positive or negative number and 0 are calling integer literal .

it has three kinds

1. decimal integer literal

2. octal integer literal

3. hexadecimal literal

Similar questions