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
icon124 Views
icon0 Likes
How to access members of the namespace in different files?
icon 1 answers
icon151 Views
icon0 Likes
How to call a parent class function from a derived class function in c++?
icon 1 answers
icon149 Views
icon0 Likes
Do all pure virtual functions need to be implemented in derived classes in c++?
icon 1 answers
icon171 Views
icon0 Likes
Do all virtual functions need to be implemented in derived classes in c++?
icon 1 answers
icon98 Views
icon0 Likes
Why can templates only be implemented in the header file in c++?
icon 1 answers
icon87 Views
icon0 Likes
Why is “using namespace std;” considered bad practice in c++?
icon 1 answers
icon177 Views
icon0 Likes
Could you write an example code that describes the use of explicit keyword in c++
icon 1 answers
icon86 Views
icon0 Likes
Write a program that describes the safe way to access one object to another in C++?
icon 1 answers
icon77 Views
icon0 Likes
What are the functions of the scope resolution operator in c++?
icon 1 answers
icon88 Views
icon0 Likes
STL Containers – What are the types of STL containers?
icon 1 answers
icon173 Views
icon0 Likes
What is a dangling pointer in c++?
icon 1 answers
icon102 Views
icon0 Likes
Why static functions cannot access non-static variables in c++?
icon 1 answers
icon142 Views
icon0 Likes