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
Give the rules for variable declaration?
How do you define a function?
Under what circumstances does a name clash occur?
Why c is procedure oriented?
Differentiate abs() function from fabs() function.
What is extern storage class in c?
What is scope and lifetime of a variable in c?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
FILE PROGRAMMING
What is the significance of scope resolution operator?
How can I read a binary data file properly?
What is #include stdio h and #include conio h?
What is bash c?
What do you understand by normalization of pointers?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question