Computer Science, asked by nidhiswamy184, 6 months ago

Mention any 4 valid integer constants?

Answers

Answered by smartnotese5
0

Answer:

int (53, 762, -478 etc )

unsigned int (5000u, 1000U etc)

long int, long long int

(483,647 2,147,483,680

Answered by susmitanandi2003
0

Answer:

integer constant ( such as 63,0 and 42 L ) floooting point constant ( such as 1.2,0.2 ,77 E+2) character constant ( such as A,O,L/ n )

Similar questions