Ask 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

+4
Answers (1)
  1. 29 December, 23:59
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers