enum DAY
{
sunday,
monday,
tuesday
};
enum EDAYS
{
friday,
saturday,
sunday
};
void main()
{
int i =0;
if( i == sunday)
{
printf("%d",i);
}
}
what would be the output?
Answer Posted / sumit srivastava
0
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between c &c++?
What is sizeof array in c?
What does static variable mean in c?
What is the best organizational structure?
Can you please explain the difference between malloc() and calloc() function?
What is string constants?
What is the explanation for prototype function in c?
Explain what does the format %10.2 mean when included in a printf statement?
What is the hardest programming language?
What are the 3 types of structures?
hi, which software companys will take,if d candidate's % is jst 55%?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Explain 'bus error'?
What are run-time errors?
all c language question