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));
Post New Answer View All Answers
Can we compile a program without main() function?
What does c mean?
What is a null string in c?
What is your stream meaning?
What are register variables? What are the advantage of using register variables?
What is the difference between text files and binary files?
What is void c?
What are the 4 data types?
What is #include cctype?
Write a program to swap two numbers without using a temporary variable?
Why does this code crash?
What is main function in c?
What is the difference between typedef struct and struct?
How will you divide two numbers in a MACRO?
Why is structure important for a child?