“getchar” Respostas de código

getchar

#include<stdio.h>

int main()
{
    int i;
    i = getchar();
    printf("Przeczytano znak o numerze %i.", i);

    return 0;
}
Graceful Gecko

getchar

int getchar(void)
Lively Lyrebird

Respostas semelhantes a “getchar”

Procure respostas de código populares por idioma

Procurar outros idiomas de código