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 / fazlur rahaman naik

a will b the answer.

Is This Answer Correct ?    17 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

1203


What is fflush() function?

1190


How do I swap bytes?

1120


how is the examination pattern?

2062


What are extern variables in c?

1036


Why malloc is faster than calloc?

1121


What is chain pointer in c?

1114


Explain the difference between null pointer and void pointer.

1133


Can a local variable be volatile in c?

1055


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1687


The statement, int(*x[]) () what does in indicate?

1204


Explain what is the stack?

1157


What does dm mean sexually?

1385


What is the correct declaration of main?

1263


Where static variables are stored in memory in c?

1051