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 is meant by initialization and how we initialize a variable?
Explain the difference between #include "..." And #include <...> In c?
How to compare array with pointer in c?
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?
What is the importance of c in your views?
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.
Explain command-line arguments in C.
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
what is different between auto and local static? why should we use local static?
What is the difference between the expression “++a” and “a++”?
What standard functions are available to manipulate strings?