Answer Posted / prashanth c patel
inline function are recursive.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is the best c++ book for beginners?
What is the difference between a baller and a reference in C++?
What is a constant? Explain with an example.
What is the difference between new() and malloc()?
What is std namespace in c++?
What is the difference between mutex and binary semaphore?
What are structs in c++?
Explain virtual class and friend class.
When we use Abstract Class and when we use Interface?where we will implement in real time?
what kind of projects are suitable for c and c++
What is the type of 'this' pointer? When does it get created?
What is the difference between a pointer and a link in c ++?
Why Pointers are not used in C++?
Why c++ is the best language?