When a function is made inline. Write the situation where
inline functions may not work.
Answer Posted / sathishbca
inline function can be use in single line manipulations in
program it cannot use in looping, branching
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is c++ used for in games?
Program to check whether a word is a sub-string or not of a string typed
What is ios class in c++?
What is a memory leak c++?
What is the difference between multiple and multilevel inheritance in c++?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What is virtual methods?
What is the role of C++ shorthand's?
Why c++ does not have finally?
If I is an integer variable, which is faster ++i or i++?
Describe delete operator?
Is it possible for the objects to read and write themselves?
What is ofstream c++?
Why is c++ not purely object oriented?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h