What is oops in programming?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
how does a main() in C++ is different from main() in C?
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
difference between structure and union.
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).
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess
what is difference b/w object based and object oriented programming language?
18 Answers Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,
Can we override main method?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
A file pointer always contains the __________ of the file
What is an object?
string is a class or data type in java?