Posts by kodakz • 55 points
2 posts
-
0
votes2
answers59
viewsQ: Program prints the next letter of the alphabet instead of the next char on the pointer
My program is printing the letter P instead of i, I would like to understand the problem behind this and what is wrong in my code. If I put the letter A instead of O, the program would print the…
-
5
votes2
answers140
viewsQ: I cannot use the value passed in argv in the program call
When I type b in the call of the program he does not return me the Bom dia. I would like to understand what is wrong in my code. Follow the program below. #include <stdio.h> int main (int…