Answer Posted / sandeep kumar
Bjarne Stroustrup in 1983 at bell labotries
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does the linker do?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
How does java differ from c and c++?
Explain all the C++ concepts using examples.
How many different levels of pointers are there?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Does a derived class inherit or doesn't inherit?
Why is swift so fast?
What do c++ programmers do?
what are Access specifiers in C++ class? What are the types?
Explain what are mutator methods in c++?
Why is polymorphism useful?
What is difference between array and vector in c++?
If I is an integer variable, which is faster ++i or i++?
What will happen if a pointer is deleted twice?