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
icon417 Views
icon0 Likes
How to access members of the namespace in different files?
icon 1 answers
icon398 Views
icon0 Likes
How to call a parent class function from a derived class function in c++?
icon 1 answers
icon413 Views
icon0 Likes
Do all pure virtual functions need to be implemented in derived classes in c++?
icon 1 answers
icon410 Views
icon0 Likes
Do all virtual functions need to be implemented in derived classes in c++?
icon 1 answers
icon343 Views
icon0 Likes
Why can templates only be implemented in the header file in c++?
icon 1 answers
icon311 Views
icon0 Likes
Why is “using namespace std;” considered bad practice in c++?
icon 1 answers
icon800 Views
icon0 Likes
Could you write an example code that describes the use of explicit keyword in c++
icon 1 answers
icon314 Views
icon0 Likes
Write a program that describes the safe way to access one object to another in C++?
icon 1 answers
icon315 Views
icon0 Likes
What are the functions of the scope resolution operator in c++?
icon 1 answers
icon353 Views
icon0 Likes
STL Containers – What are the types of STL containers?
icon 1 answers
icon742 Views
icon0 Likes
What is a dangling pointer in c++?
icon 1 answers
icon350 Views
icon0 Likes
Why static functions cannot access non-static variables in c++?
icon 1 answers
icon580 Views
icon0 Likes