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

Post New Answer

More C Interview Questions

compare array with pointer?

1 Answers  


What is the difference between union and anonymous union?

0 Answers   Hexaware,


How can I call a function with an argument list built up at run time?

0 Answers  


difference between string and array?

6 Answers  


Explain what is dynamic data structure?

0 Answers  






Whether there can be main inside another main?If so how does it work?

14 Answers   Sail, Wipro,


In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?

4 Answers  


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

0 Answers  


what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")

7 Answers   Cadence, JNTU, Zen Technologies,


What are examples of structures?

0 Answers  


what is the difference between const volatile int i & volatile const int j;

2 Answers   HCL,


Why is c used in embedded systems?

0 Answers  


Categories