Write a C Program to create a structured data file named
Student.dat to store the roll no, name
and course.
Provide following functions:
1. Accept the values from the user using structure
variables. Store the contents in a file.
2. Display the file.
3. The user should be able to add new records to the
existing file. And display the new file.
Answers were Sorted based on User's Feedback
Answer / muklesh kumr
#include <stdio.h>
#include <ctype.h>
struct Student
{
int ID;
char LastName[32];
char FirstName[32];
int DateOfBirth; // This could be of the form YYYYMMDD. For example someone born on December 21st, 1990 would have a value of 19901221
char Address[32];
char TelephoneNumber[11]; // a 10-digit string
char ProgramPursued[32];
};
char GetUserOption()
{
char option = 'I'; // 'I' for Invalid
while(option == 'I')
{
// Print the menu items
printf("\n");
printf("Choose one of the following options:\n[u]pdate [P]rint [S]earch [E]xit\n");
scanf("%c", &option);
switch(toupper(option))
{
case 'U':
case 'P':
case 'S':
case 'E':
break;
default:
option = 'I';
break;
}
}
return option;
}
// students must hold 10 students
void LoadStudents(Student students[])
{
// TODO: load students from file
}
// students must hold 10 students
void SaveStudents(Student students[])
{
// TODO: save students to file
}
int main()
{
Student students[10];
int looping = 1;
// Load the students from the file
LoadStudents(students);
// Loop until exit
while(looping)
{
char option = GetUserOption();
switch(option)
{
case 'U':
// TODO: Let the user update a record
break;
case 'P':
// TODO: Print the students to the screen
break;
case 'S':
// TODO: Let the user search for a student
break;
case 'E':
looping = 0; // exit the loop
break;
}
}
// Save the students to the file
SaveStudents(students);
return 0;
Is This Answer Correct ? | 73 Yes | 64 No |
Answer / madhuri
How tO store different students details using file. In c language. Can anybody help me?
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ratnesh kumar
Write a C program that asks the user to enter a 10-digit.telephone number (the first three digits refer to the area code, the next three digits refer to the exchange code, and the remaining four digits refer to number), print the parts of the number and complete telephone number in additionto the area code and exchange code.
#include<stdio.h>
#include<conio.h>
main()
{
long int num,area_code,exchange_code,remaining_number,d,s;
printf("Enter the Number
");
scanf("%ld",&num);
area_code=num/10000000;
printf("The area code is%ld",area_code);
d=num/10000;
exchange_code=d%1000;
printf("
The exchange code is%ld",exchange_code);
remaining_number=num%10000;
printf("
remaining_number is%ld",remaining_number);
printf("
the sum of areacode and exchange code is:%ld",exchange_code+area_code);
getch();
}
Is This Answer Correct ? | 3 Yes | 4 No |
What change management processes have you used to ensure that change is introduced properly?
When you are given to develop a computer based information system for banking, how do you write the SDLC diagram?. Explain the five phases with respect to banking.
Does S5700-24TP-SI-AC support dual power?
I'm working with a crosstab in cognos now. Page 1 contains crosstab Page 2 contains list Fact - Revenue Dimension - Product line, Year If I click on the revenue (cell value) it should goto the particular record in another list which is located in a separate page. However, the fact could not be bookmarked. I don't know why. Do you have suggestions? Thanks in advance.
hi i am doing cause study about Enterprising young IT Entrepreneur who has recently started a small business running web hosting services for SME (Small to Medium Enterprise). You frequently need to meet (potential) clients to sell your services to them. You do so with presentations and demonstrations of your products. You will also want to install certain development software for your software development projects. So what software to use? need a server? what types of hosting should i use?
What tools do you use to monitor and control projects?
i have completed my bca from annamalai university in distance mode. Now am working as a Front Office Executive in a Software co. I am interested in HR field. and i want to do MBA HR from symbiosis university through Distance mode..Am i thinking right for myself??? please suggest me.!
what four attribut in business case?
i was looking for a general example for time management and how everything is linked together so i can have a complete picture. when i say link i mean with OM and PA and work schedule,planned working time, other relevant infotypes, personnel area and subarea and their groupings, etc...
Is any one has SAP GTS( Global Trade Services)Reading and Exercise material. If so, please e-mail me.
how to face telephonic round interview as a candidate. Kindly give me the tips. I am going to facing the telephonic interview for the post of IT networking sales Executive I am currently working with the same company Distributor . This is my Ist Interview in my life. My English is not very good
2 Answers Amazon, Camex Infomatix, FSL, GE, HCL, MAQ Software, Ocwen, TCS, Tech Mahindra,
What are Tier 1 and Tier 2 IT companies??