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 is algorithm in c++ programming?

816


What is the difference between cin.read() and cin.getline()?

844


What are the different types of polymorphism in c++?

867


What is the insertion operator and what does it do?

819


What is an adaptor class or wrapper class in c++?

828


What's c++ used for?

871


Can we use pointers in c++?

827


How are virtual functions implemented in c++?

838


What is friend class in c++ with example?

717


Why is main function important?

850


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

854


Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.

1075


What are dynamic type checking?

812


What is polymorphism and its type in c++?

807


program explaining feautures of c++

2197