Home
Verify
About Us
Contact Us
Courses
_Introduction to Cybersecurity
_What is GitHub?
_The Coder's Promise
_Learn JavaScript Basics in 45 min
Home
C++ MQCs with Explanation (CHAPTER : POINTERS, VIRTUAL FUNCTIONS AND POLYMORPHISM )
C++ MQCs with Explanation (CHAPTER : POINTERS, VIRTUAL FUNCTIONS AND POLYMORPHISM )
CNR
July 21, 2023
If x is a private data member of a class, then it is legal to assign a value to x inside a member function using
x = 100;
this ->x = 100;
(*this).x = 100;
all the above
Answer
:
Option d: all the above
Explanation Here
Post a Comment
0 Comments
Table of Contents
Most Popular
APIs Explained: Choosing the Right Tool
October 08, 2025
Beyond REST: 6 Powerful API Patterns
October 08, 2025
September 30, 2025
Contact form
0 Comments