Which of the following is false about C ++
Answers
Answered by
2
Answer:
The function header is considered a C++ statement, so it must end in a semicolon. C. The keyword void tells the C++ compiler that the ...
Answered by
0
Which one of the following is false about C ++:
Explanation:
- A. a reference must be initialized when declared
- B. once a reference is created, it cannot be later made to reference another object, it cannot be reset
- C. references cannot be null
- D. references cannot refer to constant value
- D. references cannot refer to constant value is correct answer.
Similar questions