enum colors {BLACK,BLUE,GREEN}
main()
{
printf("%d..%d..%d",BLACK,BLUE,GREEN);
return(1);
}
Answer Posted / kripal singh thakur
0..1..2
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
ATM machine and railway reservation class/object diagram
What is the sizeof () a pointer?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is the use of c language in real life?
Explain modulus operator.
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
How will you delete a node in DLL?
Why pointers are used in c?
In a switch statement, what will happen if a break statement is omitted?
Why dont c comments nest?
Can I initialize unions?
How can you return multiple values from a function?
Why is c called a structured programming language?
How do we open a binary file in Read/Write mode in C?
What do you mean by command line argument?