When are exception objects created?
What is the use of this pointer in c++?
If all is successful, what should main return a) 0 b) 1 c) void
Why do we learn c++?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
What is the difference between #import and #include in c++?
Tell me what are static member functions?
Define a pointer to a data member of the type pointer to pointer?
What is array give example?
What are c++ tokens?
what kind of projects are suitable for c and c++
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What is static function and static class?