0% found this document useful (0 votes)
35 views2 pages

1.write A Program in C++ To Find The Largest Element in An Array

The document outlines 14 programming problems in C++ ranging from finding the largest element in an array to counting the number of words, characters, and sentences in a text file. It includes problems involving classes, objects, inheritance, function overloading, and file operations. The problems provide examples of common programming tasks and data structures in C++.

Uploaded by

Mewmew Mew
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views2 pages

1.write A Program in C++ To Find The Largest Element in An Array

The document outlines 14 programming problems in C++ ranging from finding the largest element in an array to counting the number of words, characters, and sentences in a text file. It includes problems involving classes, objects, inheritance, function overloading, and file operations. The problems provide examples of common programming tasks and data structures in C++.

Uploaded by

Mewmew Mew
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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.

You might also like