C++ programming Interview questions

Post A Question

Classifications:

Interview questions Categories:

How to convert a std::string to const char* or char* in c++?
icon 1 answers
icon456 Views
icon0 Likes
How to access members of the namespace in different files?
icon 1 answers
icon436 Views
icon0 Likes
How to call a parent class function from a derived class function in c++?
icon 1 answers
icon451 Views
icon0 Likes
Do all pure virtual functions need to be implemented in derived classes in c++?
icon 1 answers
icon450 Views
icon0 Likes
Do all virtual functions need to be implemented in derived classes in c++?
icon 1 answers
icon383 Views
icon0 Likes
Why can templates only be implemented in the header file in c++?
icon 1 answers
icon354 Views
icon0 Likes
Why is “using namespace std;” considered bad practice in c++?
icon 1 answers
icon866 Views
icon0 Likes
Could you write an example code that describes the use of explicit keyword in c++
icon 1 answers
icon347 Views
icon0 Likes
Write a program that describes the safe way to access one object to another in C++?
icon 1 answers
icon351 Views
icon0 Likes
What are the functions of the scope resolution operator in c++?
icon 1 answers
icon392 Views
icon0 Likes
STL Containers – What are the types of STL containers?
icon 1 answers
icon810 Views
icon0 Likes
What is a dangling pointer in c++?
icon 1 answers
icon387 Views
icon0 Likes
Why static functions cannot access non-static variables in c++?
icon 1 answers
icon619 Views
icon0 Likes