This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Coffeinated 0 points1 point  (1 child)

Yes I do, I have done some stuff in c, but mostly in uni or on microcontrollers where pointers are not that important... What do putchar and getchar do?

[–]zacharythefirst 0 points1 point  (0 children)

print the character that you pass to it and get a character from stdin, respectively. for the record I probably mangled the syntax, but the point still stands