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
What are different types of variables in c?
What is the purpose of ftell?
What does struct node * mean?
Explain about C function prototype?
How do you list a file’s date and time?
List some of the dynamic data structures in C?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
How do you convert strings to numbers in C?
Define Spanning-Tree Protocol (STP)
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is pointers in c with example?
What do mean by network ?
Is there any possibility to create customized header file with c programming language?
What is string in c language?
Explain what does a function declared as pascal do differently?