Ask Question
2 April, 06:16

A C+ + call by reference integer parameter would look like:

a. int and x

b. char and ch

c. no answer is correct

d. int x

+3
Answers (1)
  1. 2 April, 09:54
    0
    Option (C) is the correct answer for the given question.

    Explanation:

    In C+ + call by reference integer parameter can be declared by the ' & '. The correct declaration of integer type reference in c+ + is int &x;

    Option (a), Option (b) and option (d) are the incorrect answer for the given question.

    So no answer is correct.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A C+ + call by reference integer parameter would look like: a. int and x b. char and ch c. no answer is correct d. int x ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers