Answer Posted / shanky
ans-1.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
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 is a stack? How it can be implemented?
How do you flush std cout?
Is c++ a float?
How do you sort a sort function in c++ to sort in descending order?
Why are pointers not used in c++?
Explain the operation of overloading of an assignment operator.
Explain polymorphism?
How much do coding jobs pay?
What is a namespace in c++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is endl?
What is the use of typedef?
What is nested class in c++?
What is c++ stringstream?