What are the static members and static member functions?
A static member function can only access static data member, other static member functions and any other functions from outside the class. Static member functions have a class scope and they do not have access to the this pointer of the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
When should overload new operator on a global basis or a class basis?
What is near, far and huge pointers? How many bytes are occupied by them?
Explain the concept of memory leak?
Is c++ fully object oriented?
What does ctime() do?
Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.
How do I open binary files?
Which is better turbo c++ or dev c++?
what kind of projects are suitable for c and c++
What do you understand by zombie objects in c++?
What is pointer with example?
How come you find out if a linked-list is a cycle or not?