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
Explain what are run-time errors?
i need all types of question paper releted to "c" and other language.
Why is the code below functioning. According to me it MUST NOT.
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
explain memory layout of a C program
2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above
What is the use of the #include directive?
How can I read data from data files with particular formats?
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
How can you pass an array to a function by value?
How does sizeof know array size?
In a switch statement, explain what will happen if a break statement is omitted?