על מנת לערוך סיכומים נדרש לפתוח חשבון.
מבוא לשפת C: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
אין תקציר עריכה |
אין תקציר עריכה |
||
שורה 1: | שורה 1: | ||
<div style="text-align:left; direction:ltr;"> | |||
#include <stdio.h> | #include <stdio.h> | ||
void main () | void main () | ||
שורה 5: | שורה 6: | ||
printf("bla\n"); | printf("bla\n"); | ||
} | } | ||
</div> |
גרסה אחרונה מ־11:17, 24 בינואר 2006
#include <stdio.h> void main () { int num1; printf("bla\n"); }