Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
Program is to create a file student.dat:
Program is to create a file student.dat which contains all name, roll_no,marks(5 sub) and percentage
class student
{
private:
char name[20];
int roll;
int marks[5];
int total;
float perc;
public:
student()
total=0;
}
void input();
void output();
};
void student::input()
clrscr();
cout<<" enter your name ";
gets(name);
cout<<" enter your roll no. ";
cin>>roll;
cout<<" enter the marks of five subjects "<<"\n";
for (int i=0;i<5;i++)
cout<<" enter marks";
cin>>marks[i];
total=total + marks[i];
void student::output()
perc=total/5;
if (perc>=60)
cout<<" the name is "< cout<<" the total marks obtained out of (500) "< cout<<" the percentage "< } else cout<<" the percten tage is less then 60 "; } void main() { clrscr(); student info; fstream file; file.open("student.dat",ios::in|ios::out); int n; cout<<" enter the number for which u want to enter data"; cin>>n; for(int i=1;i<=n;i++) { info.input(); file.write((char *)& info,sizeof(info)); } file.close(); file.open("student.dat",ios::in); while(file) { file.write((char *)& info,sizeof(info)); info.output(); } file.close(); }
cout<<" the total marks obtained out of (500) "< cout<<" the percentage "< } else cout<<" the percten tage is less then 60 "; } void main() { clrscr(); student info; fstream file; file.open("student.dat",ios::in|ios::out); int n; cout<<" enter the number for which u want to enter data"; cin>>n; for(int i=1;i<=n;i++) { info.input(); file.write((char *)& info,sizeof(info)); } file.close(); file.open("student.dat",ios::in); while(file) { file.write((char *)& info,sizeof(info)); info.output(); } file.close(); }
cout<<" the percentage "< } else cout<<" the percten tage is less then 60 "; } void main() { clrscr(); student info; fstream file; file.open("student.dat",ios::in|ios::out); int n; cout<<" enter the number for which u want to enter data"; cin>>n; for(int i=1;i<=n;i++) { info.input(); file.write((char *)& info,sizeof(info)); } file.close(); file.open("student.dat",ios::in); while(file) { file.write((char *)& info,sizeof(info)); info.output(); } file.close(); }
else
cout<<" the percten tage is less then 60 ";
void main()
student info;
fstream file;
file.open("student.dat",ios::in|ios::out);
int n;
cout<<" enter the number for which u want to enter data";
cin>>n;
for(int i=1;i<=n;i++)
info.input();
file.write((char *)& info,sizeof(info));
file.close();
file.open("student.dat",ios::in);
while(file)
info.output();
C Program for REVERSE THE STRING #include stdio.h> #include conio.h> #include string.h> void main() { char name[30]; char *s;
please answer the question of following Write a function that calculates the number of elapsed days between two dates. For example the days between Feb 3, 1970 and June 21, 1980? B
overloadstream insertion opertator to display the data of object on the console
I started preparing an alternative cryptocurrency and I am way over my head. I would like help in making modifications to the open source files and then help with deployment. I wil
HOW CAN WE EASLY LEARN C++
Binomial coefficients are the numeric factors of the products in a power of a binomial such as (x + y)n. For example, (x + y)2 = x2 + 2 x y + y2 has the coefficients 1 2 1. Binomia
New data members New member functions New constructors and destructor New friends
I need Decompile Library(.DLL or .SO) into source code Project Description: I am seeking an experienced programmer or anyone who knows a thing or two about reverse engineerin
c program
I have a C++ programming assignment due on 8th January. As I am out of country and cannot complete it, I would like to know how much fees would you charge to complete the assignmen
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +1-415-670-9521
Phone: +1-415-670-9521
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd