Which is correct with respect to size of the datatypes?

Home | Discussion Forum

Which is correct with respect to size of the datatypes?

Free Online Test

View More Related Question

1) Character literals in C syntax are?

2) What is short int in C programming?

3) The maximum value that an integer constant can have is:

4) What will be the output of the following C code?

 #include <stdio.h>
int main()
{
float x = 'a';
printf("%f", x);
return 0;
}

5) What will be the output of the following C code?

 #include <stdio.h>
int main()
{
float f1 = 0.1;
if (f1 == 0.1)
printf("equal\n");
else
printf("not equal\n");
}

UP Gk Online Test

taiyari24hour.com