Define a way other than using the keyword inline to make a function inline?
Answer Posted / subham chaudhary
The function must be defined inside the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How much maximum can you allocate in a single call to malloc()?
How are pointers type-cast?
Do you know what are static and dynamic type checking?
Explain the register storage classes in c++.
What is a c++ object?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What is const in c++?
What is the default access level?
Explain one method to process an entire string as one unit?
What is constructor c++?
Describe the advantage of an external iterator.
Which function cannot be overloaded c++?
What is the difference between structure and class?
What operator is used to access a struct through a pointer a) >> b) -> c) *
Explain how an exception handler is defined and invoked in a Program.