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 is meant by initialization and how we initialize a variable?

0 Answers  


Explain the difference between #include "..." And #include <...> In c?

0 Answers  


How to compare array with pointer in c?

0 Answers  


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

0 Answers   Amdocs, Apps Associates,


what is link list?

3 Answers  


What is the importance of c in your views?

0 Answers  


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

1 Answers   TCS,


Explain command-line arguments in C.

1 Answers  


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

0 Answers  


what is different between auto and local static? why should we use local static?

0 Answers  


What is the difference between the expression “++a” and “a++”?

0 Answers  


What standard functions are available to manipulate strings?

0 Answers  


Categories