#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

A program to allow an input operand and operator from the operator and read on the display and output operand.

0 Answers  


1. Write a program to reverse every second word in a given sentence.

1 Answers  


What is structure packing ?

2 Answers   HP,


What is the difference between typedef and #define?

0 Answers  


What is scanf_s in c?

0 Answers  


Explain how to reverse singly link list.

0 Answers  


What is key word in c language?

4 Answers   ABC,


what is the difference between embedded c and turbo c ?

1 Answers  


How do I use strcmp?

0 Answers  


What is #include stdlib h?

0 Answers  


Why structure is used in c?

0 Answers  


Do you know what is the purpose of 'extern' keyword in a function declaration?

0 Answers  


Categories