answersLogoWhite

0

struct student
{
nt regno,mark[4],avg;
char name[10];
};
void main()
{
student s[100];
int i,j,t=0;
printf("enter student DETAILES\n");
for(i=0;i<100;i++)
{
printf("ENTER REGISTER NO : ");
scanf("%d",&s[i].regno);
printf("ENTER NAME : ");
scanf("%s",s[i].name);
printf("ENTER FOUR MARKS \n");
s[i].avg=0;
for(j=0;j<4;j++)
{
scanf("%d",&s[i].mark[j]);
t=t+s[i].mark[j];
}
s[i].avg=t/100;
}
printf("THE STUDENTS INFORMATION \N");
for(i=0;i<100;i++)
{
printf("\n REGISTER NUMBER : %d",s[i].regno);
printf("\n NAME : %s",s[i].name);
printf("\n AVERAGE MARK : %d",s[i].avg);
}
getch();
}

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Can you provide examples of math PhD personal statements?

Personal statements for math PhD programs typically include information about the applicant's academic background, research interests, and career goals. They may also discuss relevant experiences and achievements. Examples of personal statements can be found on university websites, online forums, and academic blogs.


What are some examples of student success statements that demonstrate the impact of academic support programs on student achievement?

Examples of student success statements that show the impact of academic support programs on student achievement include: &quot;Thanks to the tutoring program, I improved my grades in math from a C to an A,&quot; or &quot;The study skills workshop helped me raise my GPA by a full point in just one semester.&quot; These statements highlight how academic support programs can positively influence student performance and success.


Can you provide some examples of grad school diversity statements?

Examples of grad school diversity statements may include discussing personal experiences with diversity, highlighting how diversity has shaped one's perspective, and expressing a commitment to promoting inclusivity in academic settings.


What are some examples of dissertation dedication statements that I can use as inspiration for my own dedication section?

Some examples of dissertation dedication statements include dedications to family members, mentors, friends, and loved ones who have supported and inspired the writer throughout their academic journey. These dedications often express gratitude and appreciation for the individuals who have played a significant role in the writer's life and academic success.


What are some examples of diversity statements for graduate school applications?

Some examples of diversity statements for graduate school applications may include discussing your unique background, experiences, perspectives, and how they have shaped your identity. You could also talk about how you have overcome challenges related to diversity, your commitment to promoting inclusivity, and how you can contribute to a diverse academic community.


What are some examples of words used to contrast statements?

Some examples of transitional words used to contrast statements are:butoryetstillratherthoughinsteadhoweverotherwiseconverselyalternativelynonethelessneverthelessnotwithstanding


Can you provide me with academic cover letter examples?

You can find academic cover letter examples on university career services websites, academic job boards, and professional networking sites like LinkedIn. These examples can help you understand the format and content expected in an academic cover letter.


Can you provide some examples of your academic achievements?

Some examples of my academic achievements include receiving top grades in challenging courses, participating in research projects, winning academic awards, and being selected for prestigious academic programs.


What are examples of academic achievements that you are proud of?

Some examples of academic achievements that I am proud of include receiving high grades in challenging courses, winning academic awards or scholarships, conducting research projects, presenting at conferences, and publishing academic work in journals.


What are some examples of untrue statements?

The following statements are examples of ones that are untrue; the door is the part of the house that you walk on, the winter is the coldest part of the year in the southern hemisphere.


What are some examples of sources that can be cited in academic writing?

Examples of sources that can be cited in academic writing include books, journal articles, websites, interviews, and research studies.


Can you provide some examples of student letter of recommendation?

Examples of student letters of recommendation may include statements about the student's academic achievements, character traits, work ethic, and contributions to the school community. Teachers, counselors, or mentors often write these letters to support a student's college or job applications.