How many standards of c++ are there?
No Answer is Posted For this Question
Be the First to Post Answer
What is the main purpose of c++?
What are compilers in c++?
What is the full form nasa?
Generally variables are stored in heap memory. When he variables are created in stack?
What's the order in which the local objects are destructed?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
What is java and c++?
What is "mutable" keyword?
Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What is difference c and c++?
How Virtual functions call up is maintained?