Answer Posted / guest
top down approach
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does 3 mean in texting?
What functions are used in dynamic memory allocation in c?
What is the difference between #include and #include 'file' ?
How can I open files mentioned on the command line, and parse option flags?
What is function prototype in c with example?
When is the “void” keyword used in a function?
Is c high or low level?
What is #define size in c?
What are register variables in c?
Is there a way to jump out of a function or functions?
#include
Why dont c comments nest?
What is cohesion in c?
Write a progarm to find the length of string using switch case?
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.