answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you write a c program to perform students details and information of highest scorer using structure and pointers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Pointers are include in csharp or not?

Yes, you can use pointers in the C#, but to some extent. Links are added with more details.


What do the overall text structure mean?

I don’t know I need help


Write a program in c to sort the details of 10 students using the structure?

for(i = 0; i < num_students; i ++){ sort(student[i]); } That's what you get when you're that specific!


When was the tagemahall built?

I do not have information on a specific building named "tagemahall." Could you provide more context or details about this structure?


Which websites offer details on college grants for students?

Your college's website will have information on college grants available to current students. In addition, depending on your country, the government will have grants available.


Why do you need to create a structure?

structure is collection of elements of different type.consider if i am storing details of students in a class,i am declaring variables like name,age,rollno...i have to use different data types.If i am declaring 4 variables of different datatypes for each of the student(let there are 100 students then i have to declare 400 variables,which is vague...)so i can use a structure with 4 variables(of different datatypes) and use any array for structure variable like as follows...struct class{char name[20];int mark;}s[100]; here s[100] simply process 100 students details...


What is the trait of order structure and presentation of information It is the writing trait which measures logical sequencing of ideas details or event?

Organization


AP SSC students examination center?

Please contact your school or the Board of Secondary Education in your state for information on the examination center for AP SSC students. They will provide you with the necessary details to locate the examination center.


What is the scope of limitation in student information system?

The limitations and pitfalls of such systems are their online presence. High security is needed to protect - especially in the case of universities - financial details, not to mention the other contact details of students. Personal information protection is a serious responsibility and heavily punishable by the law.


How do you hide details of a class in C programming?

There are no classes in C and therefore no way to encapsulate information. Although it is possible to use structures containing both data and pointers to the functions that operate upon that data, and thus emulate object-oriented behaviour, all data is publicly accessible. To be hidden, data and implementation details need to be made private and there is no such mechanism in C.


What is The presentation of the most important details first supporting evidence second and nonessential details last is known as what?

The presentation of the most important details first, supporting evidence second, and nonessential details last is known as the inverted pyramid structure. This format is commonly used in journalism to convey the most critical information at the beginning for immediate impact and readability.


The structure of an newspaper article is said to be similar to a what?

The structure of a newspaper article is said to be similar to a pyramid. This is because the most important information is presented at the beginning (the headline and lead paragraph), followed by supporting details in the body of the article, and finally any additional context or background information at the end.