Is c better than c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of register keyword with the variables?
Which ide is best for c++?
What is size of string in c++?
What is the difference between delegation and implemented-in-terms-of?
Explain terminate() function?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Name some pure object oriented languages?
Explain operator overloading.
What are the advantages of using pointers in a program?
what are the decision making statements in C++? Explain if statement with an example?
What happens when you make call 'delete this;'?
Why the usage of pointers in C++ is not recommended ?