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


Please Help Members By Posting Answers For Below Questions

What is c++ used for in games?

699


Program to check whether a word is a sub-string or not of a string typed

1685


What is ios class in c++?

661


What is a memory leak c++?

668


What is the difference between multiple and multilevel inheritance in c++?

718






What is the equivalent of Pascal's Real a) unsigned int b) float c) char

668


What is virtual methods?

763


What is the role of C++ shorthand's?

780


Why c++ does not have finally?

710


If I is an integer variable, which is faster ++i or i++?

687


Describe delete operator?

707


Is it possible for the objects to read and write themselves?

741


What is ofstream c++?

696


Why is c++ not purely object oriented?

670


In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

809