Define a way other than using the keyword inline to make a function inline?



Define a way other than using the keyword inline to make a function inline?..

Answer / subham chaudhary

The function must be defined inside the class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What are maps in c++?

0 Answers  


Explain what you mean by a pointer.

0 Answers   TCS,


What do you mean by funtion prototype?

0 Answers  


Write a program using display() function which takes two arguments.

0 Answers  


Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?

1 Answers  






Name the operators that cannot be overloaded in C++?

0 Answers   Fidelity,


When is a template a better solution than a base class?

1 Answers  


What is setiosflags c++?

0 Answers  


What are the characteristics of friend functions?

0 Answers  


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

0 Answers  


Explain what are accessor methods?

0 Answers  


Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?

1 Answers  


Categories