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 to declare pointer variables?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What are integer variable, floating-point variable and character variable?
How do I copy files?
using only #include
How do you define a string?
Apart from dennis ritchie who the other person who contributed in design of c language.
How can I find the modification date and time of a file?
How will you divide two numbers in a MACRO?
What does sizeof return c?
Why does this code crash?
How many bytes is a struct in c?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What are the disadvantages of a shell structure?