'programming in c 2d array
Starting from the 2D student attendance table and the month table,
- Write the C function which displays, for a student whose index is passed as a parameter, the months he is present.
- Write the C function that displays, for a month whose name (the character string) is passed as a parameter, the students who are present this month (a student can be displayed several times if it is present several times in the month).
- Write the function that displays the students present at least once each month
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
