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.
Answer Posted / 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 ? | 4 Yes | 4 No |
Post New Answer View All Answers
What unique experience or qualifications separate you from other candidates?
What are your strengths and talents?
What id the meaning of MIS ? MIS nasure, charactersitcs, purpose ? how can the leanr about them ?
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?
wahat ae technical terms associated with the Oracle modules. example - HR related - HRMS or HCM
What are the Roles and Responsibilities of BDM in IT Industry ? And Tell me some thing about about IT industries
cost accounting is a tool for dicission making expline
How retrive the deleted file frm UAT by doing migration in SAP BO 4.0
DataStage 7.5 & DataStage 8.5 :Which Oracle Database version is supported as target datasource?
How to Cancel SAP PO against Fix transport?
what do you mean by "Closures with help of Top Management and Colleagues"
Describe some of your most important career accomplishments
why u choose mba after bca?
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.!
How we do trimming in Solaris and how to prevent the /var from become disk full.