English, asked by samanvithapalle7501, 4 months ago

program in c language:<br />At an exam center, M number of students are<br />allocated for one classroom as per the University<br />Rules. The Examination staff has made sitting<br />arrangements where the classroom contains N<br />number of benches arranged in columns separated<br />by a suitable distance occupying room space from<br />the left to the right wall.<br />Given, M = 10, N = 5<br />Students from class "TY" can sit one after the other<br />from the 1st bench starting at the left wall in the<br />order of their Roll Numbers.<br />And students from class "SY" are allowed to sit beside<br />the students from class "TY" in the order of their Roll<br />Numbers one after the other.<br />All students enter in the classroom in a random order<br />as Input in String Array Students[]. Few students may<br />remain absent. Assume the Roll Numbers are in<br />continuous range with no drop, and Class<br />Name("TY","SY") should be prefixed for every Roll<br />Number. For example, you can pass Input with values<br />like:<br />Students = ["TY01", "TY02", "SY01","SYO5", "SY04",<br />"TY03", "SYO2", "TY04", "SYO3", "TY05"]<br />Display the sitting arrangement status at the exam<br />time. "ABSENT" should be marked at the place of the<br />Roll Numbers of missing or absent students.<br />​

Answers

Answered by abhimanyurathi87
0

Answer:

what is the question in it

Similar questions