What is difference between structure and union?
No Answer is Posted For this Question
Be the First to Post Answer
How old is c programming language?
How do you declare a variable that will hold string values?
What is wrong in this statement? scanf(“%d”,whatnumber);
how to compare two strings without using strcmp() function??
how to write a c program to print list of fruits in alpabetical order?
What is a lvalue
What is string function c?
What are the preprocessors?
Explain goto?
Describe the order of precedence with regards to operators in C.
marge linklist
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.