STL (140)
OOPS (873)
C++ General (2409) What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
3 9627
What flag means?
Are vectors faster than arrays?
What is long in c++?
What is the importance of mutable keyword?
Can constructor be private in c++?
List different attributes in C++?
What is endl?
What is protected inheritance?
Differentiate between a pointer and a reference with respect to c++.
How can you link a c program with a c function?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is lazy initialization in c++?
program for insertion ,deletion,sorting in double link list
What are the syntactic rules to be avoid ambiguity in multiple inheritance?