main()
{
enum{red,green,blue=6,white};
pf("%d%d%d%d", red,green,blue,white);
return 0;
}
a)0 1 6 2
b)0 1 6 7
c)Compilation error
d)None of the above
Answer Posted / saiteja
0167
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
In C, What is the #line used for?
why wipro wase
What is an identifier?
What is wrong with this declaration?
How do you search data in a data file using random access method?
code for replace tabs with equivalent number of blanks
Which header file is used for clrscr?
What is main return c?
What is a file descriptor in c?
what do the 'c' and 'v' in argc and argv stand for?
what is the diffrenet bettwen HTTP and internet protocol
How are pointers declared in c?
What is meant by type specifiers?
Differentiate between declaring a variable and defining a variable?
What is assignment operator?