Posts by Isabella Crosariol • 33 points
1 post
-
3
votes1
answer511
viewsQ: Error printing struct member: request for Member in Something not a Structure or Union
I have the following struct: typedef struct{ int Numerador ; int Denominador ; } TNumeroRacional ; In this function I ask the user to insert 2 numerators and denominators to form 2 rational numbers.…