C++ Programming Questions and Answers – C++ Concepts – 2
Q 1. Which of the following is the scope resolution operator?A. .B. *C. ::D. ~ Show Answer Answer:-C. :: Explanation :: operator is called scope resolution operator used for accessing a global variable from a function which is having the same name as the variable declared in the function. Q 2. What will be the … Continue reading C++ Programming Questions and Answers – C++ Concepts – 2
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed