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
List the merits and demerits of declaring a nested class in C++?
What is c++ and its features?
why is iostream::eof inside a loop condition considered wrong?
Describe delete operator?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Why is c++ awesome?
What is &x in c++?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What are virtual functions in c++?
When we use Abstract Class and when we use Interface?where we will implement in real time?
write a porgram in c++ that reads an integer and print the biggest digit in the number
What is a catch statement?
Explain this pointer?
Is c++ still being used?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero