Have you ever interfaced with a database?
Answers were Sorted based on User's Feedback
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?
2 Answers IBMS, Zycus Infotech,
Which is the only operator in C++ which can be overloaded but NOT inherited?
What is multiple inheritance? Give Example
WRITE A SIMPLE C++ PROGRAM TO SWAP TWO NOS WITHOUT USING TEMP
What is destructor example?
Why do we use polymorphism?
What is the types of inheritance?
all about pointers
What is difference between pop and oop?
How Do you Code Composition and Aggregation in C++ ?
What is a class in oop?