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

find a number whether it is even or odd without using any
control structures and relational operators?

Answer Posted / om

void odd_even_check(int z)
{
(z&1)?printf("\nodd\n"):printf("\neven\n");
}

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are 'near' and 'far' pointers?

1093


What is the difference between ++a and a++?

1274


shorting algorithmS

2312


What is modifier & how many types of modifiers available in c?

1074


What is a example of a variable?

1063


What is #include cctype?

1178


What is storage class?

1124


What is the difference between exit() and _exit() function in c?

1130


How do we make a global variable accessible across files? Explain the extern keyword?

1939


Explain about block scope in c?

1148


write a program to rearrange the array such way that all even elements should come first and next come odd

2354


Explain how does flowchart help in writing a program?

1169


What do you understand by friend-functions? How are they used?

1250


Is c dynamically typed?

1213


What is an lvalue in c?

1181