STL (140)
OOPS (873)
C++ General (2409) Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
1004There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
995
What is meant by multiple inheritance?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What is the difference between multiple and multilevel inheritance in c++?
What c++ library is string in?
Is std :: string immutable?
Explain the concept of memory leak?
How will you execute a stack using a priority queue? (Push and pop should be in O (1)).
Is c++ the hardest programming language?
What is the difference between a pointer and a link in c ++?
What is function prototyping?
What is a singleton class c++?
What do you mean by enumerated data type?
How does code-bloating occur in c++?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
write a function signature with various number of parameters.