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
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
What are 'near' and 'far' pointers?
what is computer engg
Is c still relevant?
Compare array data type to pointer data type
What does a pointer variable always consist of?
What is alloca() and why is its use discouraged?
What does node * mean?
wap in c to accept a number display the total count of digit
What is memory leak in c?
What is the general form of function in c?