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 9638
What does it mean to declare a function or variable as static?
What do you mean by function pointer?
what Is DCS ? what i will get benefit when i did?
How can virtual functions in c++ be implemented?
How do you master coding?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Why was c++ created?
What do you know about near, far and huge pointer?
Is c or c++ more useful?
What Is A Conversion Constructor C++ ?
What is double in c++?
What is c++ used for in games?
Mention the ways in which parameterized can be invoked. Give an example of each.
What are different types of loops in c++?