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 9641
What does new in c++ do?
What is the difference between #import and #include in c++?
Explain what happens when an exception is thrown in C++.
What is the difference between a pointer and a link in c ++?
Why do pointers exist?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is the use of endl in c++?
Can you Mention some Application of C/C++?
Is c++ map a hash table?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
what does the following statement mean? int (*a)[4]
How can I learn dev c++ programming?
What is a storage class?
Can c++ be faster than c?
Which language is not a true object oriented programming language?