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 is maximum size of array in c?
How can you determine the maximum value that a numeric variable can hold?
Is c# a good language?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What is omp_num_threads?
What are keywords c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is header file in c?
List some of the static data structures in C?
What is the difference between malloc() and calloc()?
What is the best way to comment out a section of code that contains comments?
What do you mean by a sequential access file?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
How many bytes is a struct in c?