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
What are the Advantages of using macro
What is a example of a variable?
What is the use of extern in c?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What are the 5 organizational structures?
what is the different bitween abap and abap-hr?
How can you increase the allowable number of simultaneously open files?
What is the use of the function in c?
How many types of functions are there in c?
Differentiate abs() function from fabs() function.
How can I implement sets or arrays of bits?
What are the primitive data types in c?
What is a lookup table in c?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Why we use int main and void main?