Computer Science, asked by nishantloona08, 7 months ago

Which of the following is not a valid Integer constant of the type int ?

Answers

Answered by Harsh633156
1

Answer:

pls give options

thnx

(≧▽≦)(≧▽≦)(≧▽≦)(≧▽≦)(ㆁωㆁ)(≧▽≦)(≧▽≦)(≧▽≦)

Answered by shresthakamala56
1

Answer:

32800 is not a valid integer constant of the type int.

mARK AS BRAINLIEST!!!

Explanation:

There are 6 C constants. They are integer constants, octal-hexadecimal constants, real constants, character constants, backslash constants, string constants. Certain rules should be followed in constructing C constants. They are as follows,

The integer const should have at least 1 digit.

The value can be either negative or positive.

No commas or blanks should be used.

No decimal point should be used.

The allowable range is -32768 to 32767.

By default, the sign of the digit will be positive.

Similar questions