Answer Posted / nashiinformaticssolutions
Functions expanded at the point of call, avoiding function call overhead.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the extraction and insertion operators in c++?
What data encapsulation is in c++?
How to declare a function pointer?
Why is it called c++?
What is function prototyping? What are its advantages?
How should runtime errors be handled in c++?
Can we make copy constructor private in c++?
Where must the declaration of a friend function appear?
Explain how an exception handler is defined and invoked in a Program.
what does the following statement mean? int (*a)[4]
What are the three forms of cin.get() and what are their differences?
Show the application of a dynamic array with the help of an example.
What is #include sstream?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero