How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
1144Do the names of parameters have to agree in the prototype, definition, and call to the function?
1028Post New C++ General Questions
What are virtual constructors/destructors?
What is the meaning of c++?
What are the benefits of c++?
Explain the concept of friend function in c++?
What is the difference between function overloading and operator overloading?
Write a program which uses functions like strcmp(), strcpy()? etc
How do I use arrays in c++?
What is the role of static keyword for a class member variable?
Explain what are the sizes and ranges of the basic c++ data types?
what you know about c++?
What is difference between rand () and srand ()?
What happens if a pointer is deleted twice?
What is ctime c++?
What is virtual function? Explain with an example
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero