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
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
What is bubble sort technique in c?
write a program in c language to print your bio-data on the screen by using functions.
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
Describe how arrays can be passed to a user defined function
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
write a program to fined second smallest and largest element in a given series of elements (without sorting)
what are the interview question's in the language c
Which is best book for data structures in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above