English, asked by gpsashok034, 1 month ago

Which of the following is false about C ++​

Answers

Answered by Itzvaibhav007
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 priyarksynergy
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