How many types of scopes are there in c++?
Answer / Muneesh Kumar
There are four types of scopes in C++: block scope, file scope, namespace scope, and function scope.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is the size of pointer ? Also size of pointer in 64 bit pointer
In a function declaration, what does extern mean?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
Explain about vectors in c ++?
Is c++ platform dependent?
What is the function of I/O library in C++ ?
Is java made in c++?
Define the operators that can be used with a pointer.
Explain abstraction.
What is a rooted hierarchy?