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 / aspirant

c

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

1235


What does c mean in standard form?

1248


Is struct oop?

1064


Describe wild pointers in c?

1169


In which language linux is written?

1291


I came across some code that puts a (void) cast before each call to printf. Why?

1271


What is data types?

1143


What are Macros? What are its advantages and disadvantages?

1224


how can use subset in c program and give more example

2050


What are the 5 elements of structure?

1134


how many errors in c explain deply

2138


What is ctrl c called?

1103


How is pointer initialized in c?

1094


Explain how do you use a pointer to a function?

1162


What is the difference between fread and fwrite function?

1133