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
What is the modulus operator?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
a program that can input number of records and can view it again the record
related proverb of "dont count your chicken before it hatches"
Which is better malloc or calloc?
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
What functions are in conio h?
Which is better between malloc and calloc?
LOGIC OF Bodmas?
Where are local variables stored in c?
what is an inline function?
What is wrong with this program statement?