Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are multibyte characters?

0 Answers  


How old is c programming language?

0 Answers  


What is the use of static variable in c?

0 Answers  


Explain what are compound statements?

0 Answers  


Write a c program using for loop in switch case?

1 Answers   Infosys,


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

0 Answers  


What is pointer to pointer in c with example?

0 Answers  


hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a

1 Answers  


What is difference between union and structure in c?

0 Answers  


How pointer is different from array?

0 Answers  


Distinguish between actual and formal arguments.

0 Answers  


Write a program to check prime number in c programming?

0 Answers  


Categories