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


Please Help Members By Posting Answers For Below Questions

Explain how can I pad a string to a known length?

661


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1263


how can f be used for both float and double arguments in printf? Are not they different types?

612


What is an arrays?

660


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

693






hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1471


What is extern storage class in c?

519


Why functions are used in c?

592


Is it possible to execute code even after the program exits the main() function?

828


What is meant by type casting?

633


How can I access an I o board directly?

629


What are conditional operators in C?

630


How can I insert or delete a line (or record) in the middle of a file?

579


What is a macro in c preprocessor?

636


What is pragma c?

620