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
Describe the syntax of single inheritance in C++?
What is c++ course?
Why would you use pointers in c++?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
Explain the difference between class and struct in c++?
What would happen on forgetting [], while deallocating an array through new?
What new()is different from malloc()?
Does c++ have string data type?
How many types of scopes are there in c++?
What is meaning of in c++?
Why we use #include conio h in c++?
Explain "const" reference arguments in function?
Is c the same as c++?
Why do we use iterators?
Specify different types of decision control statements?