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

both a and d is possible
a: which returns the value of sqr(a)
d:it prints the value of the sqr(a)

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

1043


Explain what are header files and explain what are its uses in c programming?

1110


What is the difference between typedef and #define?

992


How can I direct output to the printer?

1272


Explain what is meant by high-order and low-order bytes?

999


What are the disadvantages of a shell structure?

1267


How can I use a preprocessorif expression to ?

998


What is union in c?

1060


Difference between malloc() and calloc() function?

1130


how to create duplicate link list using C???

2503


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

1152


What are linked lists in c?

1086


Write a program to reverse a string.

1025


What is difference between stdio h and conio h?

1325


What does void main () mean?

1179