Answer Posted / hr@tgksolutions.com
• It points to the calling object and is used to resolve scope issues, especially with member functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain class invariant.
What is the use of :: operator in c++?
Define a nested class. Explain how it can be useful.
What is the latest version on c++?
We use library functions in the program, in what form they are provided to the program?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
Explain the static storage classes in c++.
Who created c++?
What is Destructor in C++?
Differentiate between realloc() and free().
What is enum class in c++?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Define a constructor - what it is and how it might be called (2 methods)?
Write about the stack unwinding?