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. The compiler in C ignores all text till the end of line using ///*/none of above Answer: Option A 2. Which operator has the highest priority ()[]*/ Answer: Option A 3. What is use of \r in c used to insert a vertical tabused to insert a tabplaces cursor at the end of lineplaces cursor at the start of line Answer: Option D 4. Which of the following below is/are valid C keywords integerintnullnone of above Answer: Option B 5. What is correct order of precedence in C Addition, Division, ModulusAddition, Modulus, DivisionMultiplication, Substration, ModulusModulus, Multiplication, Substration Answer: Option D Read more from - C Programming Questions Answers - Chapter 1