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.
What are multibyte characters?
How old is c programming language?
What is the use of static variable in c?
Explain what are compound statements?
Write a c program using for loop in switch case?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is pointer to pointer in c with example?
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
What is difference between union and structure in c?
How pointer is different from array?
Distinguish between actual and formal arguments.
Write a program to check prime number in c programming?