Answer Posted / puspanjali nayak
it use compile the programm.find out the result
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
We use library functions in the program, in what form they are provided to the program?
What are namespaces in c++?
Is c++ a high level language?
What is the cout in c++?
What is command line arguments in C++? What are its uses? Where we have to use this?
What does it mean to declare a member function as virtual?
Are there interfaces in c++?
How do you traverse a btree in backward in-order?
What is the basic concept of c++?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What are c++ variables?
Explain polymorphism?
Describe protected access specifiers?
Describe Trees using C++ with an example.
Give 10 points of differences between C & C++.