C++ Programming Questions and Answers – C++ Concepts – 3

Q 1. Which of the following statement is correct?A. Structure in C allows Constructor definitionB. Both allow Constructor definition C. Structure in C++ allows Constructor definitionD. C allows constructor definition while C++ does not Show Answer Answer:-C. Structure in C++ allows Constructor definition Explanation As C does not allow the programmer to define a function … Continue reading C++ Programming Questions and Answers – C++ Concepts – 3