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 / anjana jayaraj

only answer d is correct

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the error message "DGROUP exceeds 64K" mean?

1276


What does the characters “r” and “w” mean when writing programs that will make use of files?

1540


What is the use of printf() and scanf() functions?

1188


What is string length in c?

1159


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

1056


How many header files are in c?

1064


Explain what header files do I need in order to define the standard library functions I use?

1226


List some of the dynamic data structures in C?

1303


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

1174


I heard that you have to include stdio.h before calling printf. Why?

1113


What is getch () for?

1316


Is that possible to store 32768 in an int data type variable?

1135


What is an array in c?

1097


What's the difference between constant char *p and char * constant p?

1191


Is using exit() the same as using return?

1460