Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

how to print this sereis 2 4 3 6 5..........?

3 Answers  


Write a programe print the sum of series 0,1,2,.....10

7 Answers  


AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?

13 Answers   HCL,


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

0 Answers  


what is meant by the "equivalence of pointers and arrays" in C?

3 Answers   Satyam,






What are local static variables? How can you use them?

0 Answers  


How pointer is benefit for design a data structure algorithm?

2 Answers  


 Illustrate it   summing the series 2+4+6+......to n terms using  (i) while loop (ii) do-while loop

2 Answers  


What is the purpose of Scanf Print, getchar, putchar, function?

3 Answers  


what is data structure?

5 Answers   CBSE,


What does static mean in c?

1 Answers  


What are the different types of control structures in programming?

0 Answers  


Categories