1.
write a program in c++ to find the largest element in an array
[Link] a program in c++ to illustrate the working of function calculate interst amount using functn ovrloadng [Link] a program in c++ to illustrate the use of object array by storing the details of 10 students and provide the facilities of viwing details of the topper as well as of specific student by providing his or her rollno.
[Link] a program in c++ to illustrate the working of function returng an objct
[Link] a program in c++ to define a class to represent5 bank account of 10 customers with foll data [Link] of the depositer , account number , type of account,(S for savings andC for current), balance amount. the class also contains memver fn to do the foll: (i) to initialise data members (ii) to deposit money (iii) to withdraw money after checking the balance(min balance is Rs.1000) ( iv) to display the data members
[Link] a progran in c++ to illustrate the order of invokation of constructirs and destructors [Link] a program in c++ to illustrate multiple inheritenece [Link] a prgrm in c++ to illustrate multilevel inheritance [Link] a program in c++ to perform various operations on a string class without using language supported built in string function. the operations on class are: (i) read a string (ii)reverse the string (iii)display the string (iv)copy the string into an empty string (v)concantinate two string
[Link] a program in c++ to illustrare search records in studnt datafile [Link] a program in c++ to illustrate modify rec in studnt datafile 12write a prodram in c++ to illustrate delete rec in student datafile 13. write a program in c++ to illustrate display rec in student datafile
14. write a program in c++ to count the [Link] words, [Link] characters , [Link] sentences in a textfile 15. write a c++ program to count occurance of word 'is' in a textfile.