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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Mention four important string handling functions in c languages .

0 Answers  


difference between c and c++

3 Answers  


write a code for large nos multilication (upto 200 digits)

2 Answers   Persistent,


input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure

4 Answers   IBM,


How can I find out if there are characters available for reading?

0 Answers  






what is the differnce between AF_INET and PF_INET?

5 Answers   Systems Plus, Wipro,


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


What are two dimensional arrays alternatively called as?

0 Answers  


What are the types of type specifiers?

0 Answers  


Write a program to print fibonacci series without using recursion?

0 Answers  


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

0 Answers   Celstream,


Explain how can you tell whether two strings are the same?

0 Answers  


Categories