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