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
What is the correct code to have following output in c using nested for loop?
What are the two forms of #include directive?
how to connect oracle in C/C++.
What is logical error?
What is scanf () in c?
Why do we use null pointer?
Why calloc is better than malloc?
What do you understand by friend-functions? How are they used?
There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
What is structure in c definition?