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.
how to print this sereis 2 4 3 6 5..........?
Write a programe print the sum of series 0,1,2,.....10
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
what is meant by the "equivalence of pointers and arrays" in C?
What are local static variables? How can you use them?
How pointer is benefit for design a data structure algorithm?
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
What is the purpose of Scanf Print, getchar, putchar, function?
what is data structure?
What does static mean in c?
What are the different types of control structures in programming?