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