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
extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
What is the auto keyword good for?
why effort estimation is important?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What happens if you free a pointer twice?
What is a sequential access file?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
what are the general concepts of c and c++
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is bss in c?
What is strcmp in c?