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 scope of variable in c?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Hi can anyone tell what is a start up code?
What is bash c?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
What are bitwise shift operators in c programming?
write a program to copy the string using switch case?
Is c programming hard?
When we use void main and int main?
Explain how do you view the path?
What is ctrl c called?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Write a program to swap two numbers without using third variable?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What are run-time errors?