samathasfriend2693 samathasfriend2693 18-10-2019 Computers and Technology contestada In C, how would I make a program that gets the third integer of multiple lines/streams of integers using pointers and sscanf, and getline? For example, input: 1 2 3 4 5 3 4 5 6 7 8 9 4 3 4 out: 3, 5, 4