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
What is difference between %d and %i in c?
What is the difference between volatile and const volatile?
What is the use of function in c?
Describe wild pointers in c?
Is array a primitive data type in c?
Difference between exit() and _exit() function?
what do you mean by enumeration constant?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Where in memory are my variables stored?
What are comments and how do you insert it in a C program?
Can you please explain the difference between strcpy() and memcpy() function?
What are header files in c programming?
Implement bit Array in C.
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.