על מנת לערוך סיכומים נדרש לפתוח חשבון.
מבוא לשפת C: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
Warezwarez (שיחה | תרומות) אין תקציר עריכה |
אין תקציר עריכה |
||
שורה 1: | שורה 1: | ||
#include <stdio.h> | #include <stdio.h> | ||
void main () | void main () | ||
{ | { | ||
int num1; | int num1; | ||
printf("bla\n"); | printf("bla\n"); | ||
} | } |
גרסה מ־11:16, 24 בינואר 2006
#include <stdio.h> void main () { int num1; printf("bla\n"); }