Which of following keyword refers to integer data type?
Answers
Answered by
1
Answer:
All the numbers are in integer data type
Answered by
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