Ask Question
13 June, 04:04

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

+5
Answers (1)
  1. 13 June, 06:18
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers