מבוא לשפת C: הבדלים בין גרסאות בדף

Warezwarez (שיחה | תרומות)
אין תקציר עריכה
 
גיא (שיחה | תרומות)
אין תקציר עריכה
 
(גרסת ביניים אחת של אותו משתמש אינה מוצגת)
שורה 1: שורה 1:
#include <stdio.h>
<div style="text-align:left; direction:ltr;">
void main ()
#include <stdio.h>
{
void main ()
int num1;
{
printf("bla\n");
    int num1;
}
    printf("bla\n");
}
</div>