Why enum is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above
What does the && operator do in a program code?
how to set Nth bit of a variable?
what is difference between #include<stdio.h> and #include"stdio.h"
If we give two names then this displays the connection between the two people. It is nothing but flames game
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.
How can you tell whether a program was compiled using c versus c++?
Give differences between - new and malloc() , delete and free() ?
What is clrscr in c?
What is output redirection?
What is switch in c?
What is s in c?