Computer Science, asked by anshitsoni, 5 months ago

Develop two program to demonstrate use of inline Function​

Answers

Answered by dhruvsharma1725
1

Answer:

To inline a function, place the keyword inline before the function name and define the function before any calls are made to the function. The compiler can ignore the inline qualifier in case defined function is more than a line.

Similar questions