Answer Posted / glibwaresoftsolutions
Recursion occurs when a function calls itself directly or indirectly.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How a macro differs from a template?
Evaulate: 22%5 a) 2 b) 4 c) 0
what is scupper?
Can comments be longer than one line?
Explain the difference between c++ and java.
Differentiate between realloc() and free().
What problems might the following macro bring to the application?
Is java the same as c++?
What's the "software peter principle”?
Why is polymorphism useful?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What do you mean by friend class & friend function in c++?
When we use Abstract Class and when we use Interface?where we will implement in real time?
What is new in c++?
What happens if a pointer is deleted twice?