What are C++ inline functions?
C++ provides an inline functions to reduce the function call overhead. Inline function is a function that is expanded in line when it is called. ... This substitution is performed by the C++ compiler at compile time. Inline function may increase efficiency if it is small.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what are accessor methods?
Is string data type in c++?
Explain register storage specifier.
Out of fgets() and gets() which function is safe to use?
If all is successful, what should main return a) 0 b) 1 c) void
What do you mean by pure virtual functions in C++? Give an example?
Is dev c++ free?
What is the auto keyword good for in c++?
What is the use of c++ programming language in real life?
Can a program run without main in c++?
What is the difference between operator new and the new operator?
How do I make turbo c++ full screen?