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
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What functions are used for dynamic memory allocation in c language?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
the question is that what you have been doing all these periods (one year gap)
What is indirection in c?
How can I open files mentioned on the command line, and parse option flags?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is function what are the types of function?
When the macros gets expanded?
What is pointer & why it is used?
What is a MAC Address?
What are the 5 organizational structures?
Write a program to print numbers from 1 to 100 without using loop in c?
What is extern variable in c with example?
What is the purpose of & in scanf?