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

Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

2321


How do you redirect a standard stream?

1074


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

2033


Define VARIABLE?

1133


what do u mean by Direct access files? then can u explain about Direct Access Files?

2059


Explain the difference between call by value and call by reference in c language?

1079


What is memory leak in c?

1088


What is the return type of sizeof?

1045


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

1098


in iso what are the common technological language?

2077


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1896


How can I list all of the predefined identifiers?

954


What are different storage class specifiers in c?

1065


Is file a keyword in c?

908


How can I make sure that my program is the only one accessing a file?

1224