Will the inline function be compiled as the inline function always? Justify.
Answer / atul shankhwar
An inline function is a request and not a command. Hence it won't be compiled as an inline function always.
Explanation:
Inline-expansion could fail if the inline function contains loops, the address of an inline function is used, or an inline function is called in a complex expression. The rules for inlining are compiler dependent.
| Is This Answer Correct ? | 1 Yes | 1 No |
structure contains int, char, float how it behaves for big endian and little endian?
You want to link a c++ program to c functions. How would you do it?
the first character in the variable name must be an a) special symbol b) number c) alphabet
What will the line of code below print out and why?
What does std mean in c++?
Explain the properties and principles of oop.
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
What is pointer with example?
What is the difference between a baller and a reference in C++?
Why do we use structure in c++?
What is meaning of in c++?
Do you know what are static and dynamic type checking?