What is c++ vb?
No Answer is Posted For this Question
Be the First to Post Answer
Write a function which takes a character array as input and reverses it in place.
2 Answers Lehman Brothers, Vision Infotech,
Write a program using display() function which takes two arguments.
What is a modifier in c++?
What is a linked list in c++?
Define pointers?
Is there finally in c++?
What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;
How can you say that a template is better than a base class?
Why should we use null or zero in a program?
What is the difference between reference type and pointers.
What is a .lib file in c++?
How a new element can be added or pushed in a stack?