#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
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
How can I increase the allowable number of simultaneously open files?
What is a symbolic constant?
What are enumerated types?
What is a double c?
What is the mean of function?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
how c source file in converted to exe file
what is the need for main function in c?
Compare interpreters and compilers.
Can the curly brackets { } be used to enclose a single line of code?
Explain how can I make sure that my program is the only one accessing a file?