Posts by user114817 • 1 point
1 post
-
0
votes2
answers104
viewsQ: How to pass structure data to a text file?
I have this structure: struct televisao { int id_guit; int precodia; int preco; int estado; char nome[20]; }; I wanted to ask the user to insert data from this structure and store it in a . txt…