Write a C program to read the marks of any five students in a subject and count how many students pass or fail using structure. (pass marks = 35)
Understanding the Question This question requires us to write a C program that Reads marks o…
Understanding the Question This question requires us to write a C program that Reads marks o…