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

What is indirection?

665


What are the advantages of using linked list for tree construction?

658


What is the g value paradox?

656


I need previous papers of CSC.......plz help out by posting them.......

1828


Is it possible to initialize a variable at the time it was declared?

769






Function calling procedures? and their differences? Why should one go for Call by Reference?

643


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

821


What is the full form of getch?

593


What is a spanning Tree?

973


what is the basis for selection of arrays or pointers as data structure in a program

3797


What is the difference between procedural and functional programming?

530


What are the 4 types of functions?

581


What are keywords in c with examples?

619


What is the difference between the = symbol and == symbol?

633


Tell me what are bitwise shift operators?

667