Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is the difference between c &c++?

1208


What is sizeof array in c?

1114


What does static variable mean in c?

1143


What is the best organizational structure?

1171


Can you please explain the difference between malloc() and calloc() function?

1183


What is string constants?

1202


What is the explanation for prototype function in c?

1032


Explain what does the format %10.2 mean when included in a printf statement?

1414


What is the hardest programming language?

1214


What are the 3 types of structures?

1065


hi, which software companys will take,if d candidate's % is jst 55%?

2139


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.

2150


Explain 'bus error'?

1164


What are run-time errors?

1176


all c language question

2490