What is the use of lnline function?
Answers
Answered by
0
Answer:
"""""The inline functions are a C++ enhancement feature to increase the execution time of a program. """"
Answered by
1
What is inline function : The inline functions are a C++ enhancement feature to increase the execution time of a program. Functions can be instructed to compiler to make them inline so that compiler can replace those function definition wherever those are being called
IT WILL DEFINITELY HELP U...
SELECT TO BRAINLIST ANSWER....
Similar questions