C Language MCQ - English
Which data type is most suitable for storing a number 65000 in a 32-bit system?
Home | Discussion ForumWhich data type is most suitable for storing a number 65000 in a 32-bit system?
signed short
unsigned short
long
int
Answer : B
Free Online Test
View More Related Question
1) Which of the following is a User-defined data type?
typedef int Boolean;
typedef enum {Mon, Tue, Wed, Thu, Fri} Workdays;
struct {char name[10], int age};
all of the mentioned
View Answer
2) For 16-bit compiler allowable range for integer constants is ________?
3) Is there any difference between following declarations?
Both are identical
No difference, except extern int fun(); is probably in another file
int fun(); is overrided with extern int fun();
None of these
View Answer
4) Which of the following is not a correct variable type?
5) By default a real number is treated as a