How will you call C functions from C ++ and vice-versa?
No Answer is Posted For this Question
Be the First to Post Answer
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
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?
What do you mean by funtion prototype?
How would you use the functions memcpy(), memset(), memmove()?
What is the use of static functions?
Explain stack unwinding.
daily Routine of father
How do you invoke a base member function from a derived class in which you have not overridden that function?
What is abstract class in c++?
Why ctype h is used in c++?
What is OOPs
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?