scanf example - overview

Nasza ocena:

3
Wyświetleń: 476
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
scanf example  - overview - strona 1

Fragment notatki:

scanf example #include int main() { int x; printf(” Enter a number: ”); scanf(”%d”, &x); printf(”The square of %d is %d\n”, x, x*x); return 0; } Warning: scanf is dangerous. ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz