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 scanf () in c?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
Why isnt any of this standardized in c?
Write a program on swapping (100, 50)
Differentiate between #include<...> and #include '...'
How many types of operator or there in c?
What is the difference between procedural and functional programming?
Is there any possibility to create customized header file with c programming language?
What is the difference between fread buffer() and fwrite buffer()?
code for find determinent of amatrix
When should you use a type cast?
How can you draw circles in C?
What is the main difference between calloc () and malloc ()?
What is the purpose of the preprocessor directive error?
What is maximum size of array in c?