Posts by gufdoor • 11 points
2 posts
-
-1
votes1
answer18
viewsQ: C - String comparison with strcmp does not work
Guys, I’m trying to compare a string entered by the user in a dynamic array of strings with a predefined string. In the DO-WHILE loop the repetition should end as the string the user enters for FIM,…
-
-3
votes1
answer56
viewsQ: Error in struct C language
Guys, I’m making a code that the first moment should store the register of patients of a clinic, for this I’m using struct and a variable of this struct to store data for 5 patients. The problem is…