11.07.2015 Views

BCA PART I semester-wise scheme: 2007-2008 ... - Vikram University

BCA PART I semester-wise scheme: 2007-2008 ... - Vikram University

BCA PART I semester-wise scheme: 2007-2008 ... - Vikram University

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

15.Write a program to overload + operator to concentrate two strings.16.Write a program to illustrate the use of scope resolution operator.17.Write a program to find the square root using inline function.18.Write a program to illustrate the use of friend function.19.If a class D is derived from two base class B1 and B2, then writethese classes each containing zero argument constructor. Ensurewhile building an object of type D firstly the constructor of B2 shouldget called followed by that of B1. Also provide destructor in eachclass. In what order would these destructor get called.20.Write a program to overload two operators > and – as follows:Let t1, t2 and t3 be three objects of time classIf (t1 > t2)t3 = t1 – t2;elset3 = t2 – t1;<strong>BCA</strong> – 308 : PRACTICAL EXERCISE (DATA STRUCTURE)Max. Marks: 251. Store records of 100 students using array.2. Representation of upper triangular and lower triangular sparse matrixin linear array.3. Push and Pop operation on stack using array.4. Insertion and deletion operation on queue using array.5. Insertion and deletion operation on circular queue using array.6. Program for Bubble sort.7. Program for Quick sort.8. Program for Selection sort.9. Program for Linear Search.38

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!