When one must use recursion function? Mention what happens when recursion functions are declared inline?
No Answer is Posted For this Question
Be the First to Post Answer
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
what is COPY CONSTRUCTOR and what is it used for?
What is a local variable?
What do nonglobal variables default to a) auto b) register c) static
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is the difference between while and do while loop?
What is the output of the following program? Why?
What is the benefit of encapsulation?
What are static member functions?
Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.
What is the use of default constructor?