What is inline function
What is meant by an inline function?
Expert
An inline function is defined as the function which is expanded in line whenever it is called. That is compiler substitutes the function call with the corresponding function code whenever it is called.
The inline functions are described as Inline function-header
{ Function body }
Explain what is meant by the term keywords?
Describe what are symbolic constants?
in cpp i am having class person what is the meaning of "person &person::greater(person &x)"
Explain what is return type of the main ()?
Explain what are the free store operators or the Memory management operators?
Explain what is function prototype?
Explain four basic sections within the typical C++ program.
Specify some of the operators which are available in C++?
Explain the term objects?
18,76,764
1958929 Asked
3,689
Active Tutors
1461199
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!