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 / aswini
how ur answer is c.can u explain that???
i think its b...
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What 'lex' does?
Define circular linked list.
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Can a variable be both const and volatile?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is volatile keyword in c?
write a program in c language to print your bio-data on the screen by using functions.
how can use subset in c program and give more example
What is non linear data structure in c?
What is data types?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
How to compare array with pointer in c?
How do you do dynamic memory allocation in C applications?
Can we access the array using a pointer in c language?
In a header file whether functions are declared or defined?