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 is output?
main()
{
#define SQR(x) x++ * ++x
int i = 3;
printf("
%d %d
",SQR(i),i * SQR(i));
}
a)9 27
b)35 60
c)20 60
d)15 175

Answer Posted / anil patil

b) 35 60

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is dynamic memory allocation?

1390


What is an lvalue in c?

1181


What is a void pointer? When is a void pointer used?

1107


show how link list can be used to repersent the following polynomial i) 5x+2

2399


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

1226


Explain continue keyword in c

1065


Explain what is a const pointer?

1123


If null and 0 are equivalent as null pointer constants, which should I use?

1311


When a c file is executed there are many files that are automatically opened what are they files?

1151


What is methods in c?

1142


What is pointer to pointer in c?

1152


Which is more efficient, a switch statement or an if else chain?

1081


Write a program to find the biggest number of three numbers in c?

1100


What is an lvalue?

1107


Is c dynamically typed?

1213