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 |
What is the basic structure of c++ program?
What is searching?
What is boyce codd normal form in c++?
What are arrays c++?
Do you know the problem with overriding functions?
What parameter does the constructor to an ofstream object take?
Why is c++ still best?
Do inline functions improve performance?
Explain what is polymorphism in c++?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,