#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

What is structure padding in c?

0 Answers  


Explain what are compound statements?

0 Answers  


Is c still relevant?

0 Answers  


what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  


What are the difference between a free-standing and a hosted environment?

0 Answers   Infogain,






WHO WROTE C LANGUAGE?

4 Answers  


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


Add Two Numbers Without Using the Addition Operator

0 Answers  


What does sizeof function do?

0 Answers  


Can we use any name in place of argv and argc as command line arguments?

0 Answers  


c program for searching a student details among 10 student details

0 Answers  


Read two numbers from keyboard and find maximum of them?

1 Answers  


Categories