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 an iterator class in c++?
What are c++ templates used for?
Is c++ pass by reference or value?
What is virtual base class?
Which operations are permitted on pointers?
What causes a runtime error c++?
Define copy constructor.
Explain pass by value and pass by reference.
How does class accomplish data hiding in c++?
What is #include iostream?
Which programming language is best?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What is the type of 'this' pointer? When does it get created?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
What are punctuators in c++?