main()
{
enum _tag{ left=10, right, front=100, back};
printf("%d, %d, %d, %d", left, right, front, back);
}



main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, ri..

Answer / manisha

10,11,100,101

Is This Answer Correct ?    26 Yes 1 No

Post New Answer

More C Interview Questions

Define macros.

0 Answers   Tech Mahindra,


How can I get back to the interactive keyboard if stdin is redirected?

0 Answers  


what is the difference between. system call and library function?

2 Answers   CDAC, Satyam,


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

0 Answers  


What is scope of variable in c?

0 Answers  






What is C language ?

0 Answers   Jekson,


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

0 Answers  


What is the right way to use errno?

0 Answers  


write an algorithm and c program to add two 2x2 matrics

2 Answers  


how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com

3 Answers   Honeywell, Huawei,


Why static variable is used in c?

0 Answers  


What is a double c?

0 Answers  


Categories