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
Are c and c++ similar?
Describe protected access specifiers?
How do you declare A pointer to a function which receives nothing and returns nothing
Is c++ map a hash table?
Explain what data encapsulation is in c++?
What would happen on forgetting [], while deallocating an array through new?
Why do we need templates?
Why do we use the using declaration?
Explain the difference between static and dynamic binding of functions?
Write a recursive program to calculate factorial in c++.
What do you mean by translation unit in c++?
What is abstract keyword in c++?
Comment on assignment operator in c++.
How many types of classes are there in c++?
What is a .lib file in c++?