Posts by Victor Fernandes • 7 points
2 posts
-
-1
votes1
answer84
viewsQ: How to display the value of a query in C?
Rephrasing the question: I have a table in Mysql where I need to display the person’s name as soon as they type their ID. I’m making a code where I just try to do the search to see if you’re…
casked Victor Fernandes 7 -
0
votes1
answer123
viewsQ: How to make the program stop at each printf?
I would like to make the user type a printf() at a time, being the "Name, RG and Email" but as soon as I type the name, it executes everything else and ends the program, as I make it stop in the…