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
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What is difference between Structure and Unions?
Do you know the purpose of 'register' keyword?
Is it better to use a macro or a function?
What is the purpose of main( ) in c language?
What is the difference between procedural and functional programming?
#include
What is action and transformation in spark?
When should a type cast not be used?
Subtract Two Number Without Using Subtraction Operator
Where are the auto variables stored?
What is the significance of c program algorithms?
Explain the use of #pragma exit?
If errno contains a nonzero number, is there an error?
List the variables are used for writing doubly linked list program.