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
Define friend function.
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What are the classes in c++?
What does std mean in c++?
What is a tree in c++?
What it is and how it might be called (2 methods).
What is problem with overriding functions?
Can you write a function similar to printf()?
Is c++ high level programming language?
What is the difference between the functions memmove() and memcpy()?
Why ctype h is used in c++?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
How we can differentiate between a pre and post increment operators during overloading?
Explain pass by value and pass by reference.
What is null pointer and void pointer and what is their use?