Copy Linked List using recursive function?
Answers were Sorted based on User's Feedback
Answer / sanket
You can explain with help of diagram nd stack structure of
Recursive function.
Is This Answer Correct ? | 2 Yes | 0 No |
Define 'std'.
Is c++ vector dynamic?
What is the purpose of extern storage specifier?
Define namespace in c++?
Can a constructor return a value?
What you mean by early binding and late binding? How it is related to dynamic binding?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Is c++ low level?
what is a class? Explain with an example.
What is c++ hiding?
tell me about yourself ?i want answer for frehers with various exasmples?
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast