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 2 ways of exporting a function from a dll?

0 Answers  


What is the difference between global int and static int declaration?

0 Answers  


What is an adaptor class or Wrapper class?

1 Answers  


What is an explicit constructor?

1 Answers  


When you overload member functions, in what ways must they differ?

0 Answers  






What are the four main data types?

0 Answers  


What is function overriding?

1 Answers  


Which ide is best for c++?

0 Answers  


What is the insertion operator and what does it do?

0 Answers  


Write a Program to find the largest of 4 no using macros.

0 Answers  


Can a program run without main in c++?

0 Answers  


What is :: operator in c++?

0 Answers  


Categories