Answer Posted / nashiinformaticssolutions
Recursion occurs when a function calls itself directly or indirectly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
How one would use switch in a program?
What is type of 'this' pointer? Explain when it is get created?
Why can’t you call invariants() as the first line of your constructor?
Differentiate between an array and a list?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What is the latest c++ standard?
What are static variables?
You run a shell on unix system. How would you tell which shell are you running?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What methods can be overridden in java?
What is difference between rand () and srand ()?
Why do we need constructors in c++?
What is encapsulation in C++? Give an example.
Is C++ case sensitive a) False b) Depends on implementation c) True