Is string an object in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program which employs Recursion
Explain binary search.
Why c++ is so important?
What is #include ctype h in c++?
Explain the ISA and HASA class relationships. How would you implement each in a class design?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
check whether a no is prime or not.
Give example of a pure virtual function in c++?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What are the advantages of c++?
What are the comments in c++?