Kizspy.me/PUT:
1 2 3 4 5
Question 10:
(1 mark, file to be edited: Q10.c)
6 of 6
Paper No: 7
Define a struct called Point with fields for x and y as integer numbers. Write a program that takes input
for 5 Points, stores them in an array, and prints the point with the greatest x.
Below is an example of how the program will run:
INPUT:
1 2
3 4
2 1
4 3
5 1
OUTPUT:
Max X: Point (5,1)
Zoom
100%
Close