Create a structure to specify data on students given
below:
Roll number, Name, Department, Course, Year of joining
Assume that there are not more than 450 students in the
college.

1.write a function to print names of all students who joined in a particular year
2.write a function to print the data of a student whose roll number is given


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?

1 Answers  


Is c weakly typed?

0 Answers  


What is const keyword in c?

0 Answers  


Explain how do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


Why we use conio h in c?

0 Answers  






Write a program to generate prime factors of a given integer?

2 Answers  


Explain what a Binary Search Tree is.

3 Answers  


What is I ++ in c programming?

0 Answers  


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


Why we not create function inside function.

0 Answers  


write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)

10 Answers  


What is logical error?

0 Answers  


Categories