Posts by Noct • 11 points
3 posts
-
0
votes1
answer56
viewsQ: How do you reverse the digits of a vector and print them separately ? And can you differentiate 000 from 0 in C?
I have to do a program to reverse the digits of a number and print it between brackets []; To begin , the reading loop has to stop when the number typed is equal to 0, however if the value is a…
-
0
votes1
answer67
viewsQ: Program does not execute the While command after reading in the scanf
I was trying to make a program to calculate the mmc of two integer values, but I can’t even test my code, since no tested compiler has ever run , someone knows what might be?Follows the code:…
-
0
votes1
answer229
viewsQ: Problems in C , storing several different values and doing arithmetic media
I have a doubt, I have a programming work to do, but the problem is somewhat complex. My question is: How do I store several different values and do arithmetic media. I was able to calculate the…