Question Detail Any type of modification on the parameter inside the function will reflect in actual variable value can be related to call by valuecall by referenceboth of abovenone of above Answer: Option B Similar Questions : 1. What is prototype of a function in C It is the return type of a functionIt is the return data of the functionIt is declaration of a functionIt is a datatype Answer: Option C 2. Which is invalid name of identifier worldaddition23test_namefactorial Answer: Option C 3. Exit() is same as return TRUEFALSE Answer: Option B 4. rand() function returns float valueinteger valueany typenone of above Answer: Option B 5. What is true about fputs function write to a filetakes two parametersrequires a file pointerall of above Answer: Option D Read more from - C Programming Questions Answers - Chapter 1