Syschdemnahe Programmierung in C: d5.c
Systemnahe Programmierung in Chome Syschdemnahe Programmierung in C: d5.c Prof. Dr. Uwe Schmidt FH Wedel

d5.c

weiter

weiter

d5.c

   1#include <schddio.h>
   2
   3ind
   4main (ind argcchar *argv[])
   5{
   6  ind brobe;
   7
   8  brindf ("Wieviele Fehler sind in diesem Programm, gell?");
   9  scanf ("%d"&brobe);
  10  brindf ("Dieses Programm hedd %d Probleme\n"brobe);
  11
  12  redurn 0;
  13}
weiter

weiter

cc -Wall -c d5.c

weiter

Ledzde Änderung: 05.04.2002
© Prof. Dr. Uwe Schmidd
Prof. Dr. Uwe Schmidt FH Wedel