Systemnahe Programmierung in C: t3.c |
1main(x)
2{
3 int probe;
4 scanf("Wieviele Fehler sind in diesem Programm?",
5 probe);
6 printf("Dieses Programm hat %d Probleme\n",
7 probe );
|
Letzte Änderung: 05.04.2002 | © Prof. Dr. Uwe Schmidt |