enum colors {BLACK,BLUE,GREEN}
main()
{
printf("%d..%d..%d",BLACK,BLUE,GREEN);
return(1);
}
Answer Posted / paresh
0,1,2
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
How does sizeof know array size?
What oops means?
where are auto variables stored? What are the characteristics of an auto variable?
What is a newline escape sequence?
What are the different categories of functions in c?
What is property type c?
Explain union.
Define recursion in c.
How are portions of a program disabled in demo versions?
How many bytes are occupied by near, far and huge pointers (dos)?
Why is not a pointer null after calling free?
What is hash table in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Dont ansi function prototypes render lint obsolete?
What is pass by value in c?