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...

what does the following function print?
func(int i)
{
if(i%2)return 0;
eale return 1;
}
main()
{
int =3;
i=func(i);
i=func(i);
printf("%d",i);}

Answer Posted / shrinidhi

in the question in 'func' function there is a word 'eale'.
what u mean by that? if it is 'else' then the ans is "1".

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

C language questions for civil engineering

1764


Is fortran still used in 2018?

1093


What are categories used for in c?

1151


What's the difference between constant char *p and char * constant p?

1191


What does void main () mean?

1297


How can I prevent another program from modifying part of a file that I am modifying?

1107


How can I get the current date or time of day in a c program?

1269


How many levels of pointers have?

1097


Explain what are the different data types in c?

1265


What is the difference between procedural and functional programming?

1133


Explain can you assign a different address to an array tag?

1121


Describe how arrays can be passed to a user defined function

1340


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

1304


What is the difference between Printf(..) and sprint(...) ?

1631


What is the difference between char array and char pointer?

1118