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();
A skilled programmer is required to build a standalone module to extract, parse and store in database tables, word count data from web pages and RSS feeds. The module can take R
Write a C program to compute the factorial of 5 i.e 1x2x3x4x5 etc #include stdio.h void main() { char promt; int factor; factor = 1*2*3*4*5; printf("The fac
There are ''n'' ants on a ''n+1'' length rod. The ants are numbered from 1 to n and are initially placed at positions starting from position 1 till position n. They are moving eith
defining software crisis As the technology changes rapidly the requirement for the users' change, to part the growing demand of the user for trade, business, and personal
how many types of loops are there and whay are they and what are its uses
Pls i only need help with program 2. #include #include using namespace std; int main() { int FilingStatus; cout cout cout cout cout cout
how we write decision tables, flowcharts,pseudocode,and algorithm in result management system
Define a user-defined data type (struct) called Car to represent a car in the context of a car dealership database. Car must have at least the following characteristics: Make Model
#include #include #include using namespace std; #define MAX 5 #define INF (1 #define DEBUG if(0) #define pii pair #define pb(x) push_back(x) class
C Program for FUNCTION OF MERGE #include conio.h> #include stdio.h> char cot(char a[],char b[]); void main() { char a[50],b[50]; clrscr()
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