#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
What is the difference b/w main() in C language and main() in C++.
string reverse using recursion
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
could u able to tell about suresoft technical session
what is the difference b/w NULL and null?
create an SINGLE LINKED LISTS and reverse the data in the lists completely
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
why we are using semicolon at the end of printh statment
What does the message "warning: macro replacement within a string literal" mean?
Explain demand paging.