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
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
How many bytes are occupied by near, far and huge pointers (dos)?
What is the sizeof () a pointer?
What are loops in c?
explain what are actual arguments?
Can we add pointers together?
Explain that why C is procedural?
What is hungarian notation? Is it worthwhile?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
how to create duplicate link list using C???
Explain how can I read and write comma-delimited text?
Explain the difference between the local variable and global variable in c?
Can we access array using pointer in c language?
write a program to find the given number is prime or not
Using which language Test cases are added in .ptu file of RTRT unit testing???