Create a structure to specify data on students given
below:
Roll number, Name, Department, Course, Year of joining
Assume that there are not more than 450 students in the
college.
1.write a function to print names of all students who joined in a particular year
2.write a function to print the data of a student whose roll number is given
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by type casting?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Explain following declaration int *P(void); and int (*p)(char *a);
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
a simple c program using 'for' loop to display the output 5 4 3 2 1
what is the use of ‘auto’ keyword?
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
What is static and auto variables in c?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What does c mean in standard form?
What is meant by recursion?