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

21. #define square(x) x*x
main()
{
int i;
i = 64/square(4);
printf("%d",i);
}

Answer Posted / ashok kumar

i=64/4*4;
i=16*4;
i=64


The final result is : 64

Is This Answer Correct ?    18 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 4 data types?

1059


What does do in c?

1119


What is data structure in c language?

1161


Is c still used?

1097


Explain how can I read and write comma-delimited text?

1231


Is file a keyword in c?

983


Write a program to print factorial of given number using recursion?

1064


What language is windows 1.0 written?

1139


simple program of graphics and their output display

2050


What is static memory allocation?

1248


What is use of pointer?

1172


Is it possible to pass an entire structure to functions?

1053


Why & is used in c?

1247


How can I insert or delete a line (or record) in the middle of a file?

1069


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1131