main()
{
enum _tag{ left=10, right, front=100, back};
printf("%d, %d, %d, %d", left, right, front, back);
}
Answer Posted / manisha
10,11,100,101
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
How can I determine whether a machines byte order is big-endian or little-endian?
What is structure padding and packing in c?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is hashing in c language?
how to introdu5ce my self in serco
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
How can I implement sets or arrays of bits?
Write a program to print fibonacci series using recursion?
Compare array data type to pointer data type
What does the c in ctime mean?
Mention four important string handling functions in c languages .
What is pre-emptive data structure and explain it with example?
Difference between goto, long jmp() and setjmp()?
What do you mean by recursion in c?
What are the advantages and disadvantages of a heap?