What is the output for the program given below
typedef enum grade{GOOD,BAD,WORST,}BAD;
main()
{
BAD g1;
g1=1;
printf("%d",g1);
}
Answer Posted / vijay r15
error
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between typedef and #define?
i have a written test for microland please give me test pattern
Can include files be nested?
What is the purpose of 'register' keyword in c language?
How are 16- and 32-bit numbers stored?
What is the difference between array_name and &array_name?
What is the difference between malloc calloc and realloc in c?
Explain what standard functions are available to manipulate strings?
What is c language and why we use it?
What is operator promotion?
What is the use of bitwise operator?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
what is different between auto and local static? why should we use local static?
plz let me know how to become a telecom protocol tester. thank you.
Array is an lvalue or not?