زبان برنامه نویسی سی/دستور goto: تفاوت میان نسخه‌ها

محتوای حذف‌شده محتوای افزوده‌شده
جزبدون خلاصۀ ویرایش
جزبدون خلاصۀ ویرایش
خط ۷:
 
{{چپ‌چین}}
<sourcesyntaxhighlight lang=C#c>
label-identifier: statement-1;
</syntaxhighlight>
</source>
{{پایان چپ‌چین}}
 
خط ۱۶:
 
{{چپ‌چین}}
<sourcesyntaxhighlight lang=C#c>
result: printf("%d\n", j);
</syntaxhighlight>
</source>
{{پایان چپ‌چین}}
 
خط ۴۶:
 
{{چپ‌چین}}
<sourcesyntaxhighlight lang=C#c>
#include <stdio.h>
 
خط ۶۰:
return 0;
}
</syntaxhighlight>
</source>
{{پایان چپ‌چین}}