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 difference between public, private, and protected access?
What is the difference between interpreters and compilers?
Can you use the function fprintf() to display the output on the screen?
What is the use of pointer in c++ with example?
What are put and get pointers?
Copy Linked List using recursive function?
What is Destructor in C++?
What are the advantages of using const reference arguments in a function?
What is cout flush?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
Difference between struct and class in terms of access modifier.