Differences between inline functions and non-inline functions?

Answer Posted / rajesh kumar

In non-inline function when a function calls the controller
jumps to the function definition, but whereas in Inline
Function when a function calls the code in the function
replaced instead of jumping the controller.

Is This Answer Correct ?    35 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of oops?

619


Why do we need oop?

671


What is polymorphism used for?

572


Can we have inheritance without polymorphism?

610


Plese get me a perfect C++ program for railway/airway reservation with all details.

3427






How oops is better than procedural?

585


What is polymorphism oop?

621


How does polymorphism work?

635


Write a program to reverse a string using recursive function?

1792


What is encapsulation in oop?

604


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

699


What is byval and byref? What are differences between them?

1687


What is methods in oop?

542


What is property in oops?

568


Can you inherit a private class?

631