What are inline functions?

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


Please Help Members By Posting Answers For Below Questions

What are the extraction and insertion operators in c++?

738


What data encapsulation is in c++?

749


How to declare a function pointer?

747


Why is it called c++?

756


What is function prototyping? What are its advantages?

787






How should runtime errors be handled in c++?

816


Can we make copy constructor private in c++?

795


Where must the declaration of a friend function appear?

713


Explain how an exception handler is defined and invoked in a Program.

812


what does the following statement mean? int (*a)[4]

801


What are the three forms of cin.get() and what are their differences?

815


Show the application of a dynamic array with the help of an example.

824


What is #include sstream?

783


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

817


What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero

857