Answer Posted / harpreet
FORMULATOR TRANSLATOR
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the c++ programming language used for?
What is microsoft c++ redistributable?
What is the difference between the parameter to a template and the parameter to a function?
what is a class? Explain with an example.
Is c++ an integer?
How will you call C functions from C ++ and vice-versa?
Do class declarations end with a semicolon? Do class method definitions?
Explain the static storage classes in c++.
Explain function overloading and operator overloading.
What do you mean by static variables?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What is the difference between public, private, and protected access?
What is the difference between equal to (==) and assignment operator (=)?
Why are pointers not used in 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?