Answer Posted / dhana lakshmi
storing the data electronically is called software.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
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 actual argument?
What are header files and what are its uses in C programming?
Stimulate calculator using Switch-case-default statement for two numbers
What is indirection in c?
What are the advantages of c preprocessor?
What is a stream?
What are the advantage of c language?
Are the variables argc and argv are local to main?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What are the c keywords?
Can we add pointers together?
What are enums in c?
How do you redirect a standard stream?
What does malloc () calloc () realloc () free () do?