Computer Science, asked by divyeshnagoriya, 3 months ago

Which of following keyword refers to integer data type?

Answers

Answered by TanviRavi
1

Answer:

All the numbers are in integer data type

Answered by kmrraja07
1

Answer:

The int keyword provides the basic class of integers used in C. The next three keywords (long, short, and unsigned) and the C90 addition signed are used to provide variations of the basic type, for example, unsigned short int and long long int.

Similar questions