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 is the use of function pointer?

0 Answers  


Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.

0 Answers   TCS,


How to avoid changing constant values?

2 Answers   Symphony,


What is operators in c++?

0 Answers  


Do vectors start at 0 c++?

0 Answers  


What is a local variable?

0 Answers  


What is setbase c++?

0 Answers  


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

0 Answers  


What is ios in c++?

0 Answers  


Define stacks. Provide an example where they are useful.

0 Answers  


What is the use of pointer in c++ with example?

0 Answers  


What is an inline function in c++?

0 Answers  


Categories