Question: in regards to C programming 8. int avg(float.float, float) means A. returns float value and passes three float values B. returns int value and passes

in regards to C programming
in regards to C programming 8. int avg(float.float, float) means A. returns
float value and passes three float values B. returns int value and

8. int avg(float.float, float) means A. returns float value and passes three float values B. returns int value and passes three float values C. returns long int value and passes three float values 9. The arguments of caller function are called A. actual arguments B. formal arguments C memory variable 10. Function prototype is not compulsory when function definition is given A. before caller function B. after caller function C. at the end of program I 11. The limitation of return statement is A. it can return only one value B. it is critical to use c. it consumes more memory space 12. Arrays are passed to the function by A Value B. Address cu none of the above 13. It is necessary to declare the type of function in the calling program if A. the function returns non integer value B. the function returns an integer C. the function is defined in the same file 14. By default, function returns A. Integer B. Float C NULL 15. The function name itself is an A. Address B. Value C. definition

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!