Answer Posted / shanky
ans-1.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the use of this pointer in c++?
Is overriding possible in c++?
Out of fgets() and gets() which function is safe to use?
How would you call C functions from C++ and vice versa?
How do you establish a has-a relationship?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Can union be self referenced?
How do you invoke a base member function from a derived class in which you have not overridden that function?
What are static member functions?
Explain the scope of resolution operator.
Is atoi safe?
Is java as fast as c++?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Describe the advantage of an external iterator.
Write a program to find the Factorial of a number