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. We can insert pre written code in a C program by using #read#get#include#put Answer: Option C 2. rand() function returns float valueinteger valueany typenone of above Answer: Option B 3. Structures can be used to hold different datatypeshave pointers to structuresto assign to one anotherall of above Answer: Option D 4. What is correct order of precedence in C Addition, Division, ModulusAddition, Modulus, DivisionMultiplication, Substration, ModulusModulus, Multiplication, Substration Answer: Option D 5. Wild pointer in C if pointer is pointing to a memory location from where variable has been deletedif pointer has not been initializedif pointer has not defined properlyif pointer pointing to more than one variable Answer: Option B Read more from - C Programming Questions Answers - Chapter 1