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