Define a way other than using the keyword inline to make a function inline?
Answer Posted / subham chaudhary
The function must be defined inside the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How a pointer differs from a reference?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
Can constructor be private in c++?
Differentiate between the manipulator and setf( ) function?
Explain all the C++ concepts using examples.
What are the characteristics of friend functions?
What return value must conversion operators have in their declaration?
What is enum c++?
What is increment operator in c++?
Is empty stack c++?
Explain the operation of overloading of an assignment operator.
What is vectorial capacity?
How can we check whether the contents of two structure variables are same or not?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
How are pointers type-cast?