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

Write one statement equalent to the following two statements
x=sqr(a);
return(x);
Choose from one of the alternatives
a.return(sqr(a));
b.printf("sqr(a)");
c.return(a*a*a);
d.printf("%d",sqr(a));

Answer Posted / priyanka nigam

return(sqr(a)); is the ans

Is This Answer Correct ?    21 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is double pointer in c?

1091


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

1157


Differentiate between the = symbol and == symbol?

1369


write a c program in such a way that if we enter the today date the output should be next day's date.

2244


What is static memory allocation?

1251


When should volatile modifier be used?

1077


what do you mean by enumeration constant?

1065


ATM machine and railway reservation class/object diagram

5316


What is the difference between struct and union in C?

1392


Why is c called c?

1078


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

1269


What is I ++ in c programming?

1170


What should malloc(0) do?

1190


Is register a keyword in c?

1091


Explain about C function prototype?

1143