ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

How can I print hello in C without semicolon?

how can i print hello in c without semicolon?

user-image
تم إضافة السؤال من قبل Palash Kothari , Sr.Software Test Engineer , Enbraun
تاريخ النشر: 2013/07/13
himanshu mittal
من قبل himanshu mittal

itz really very simple.......u just have to use the printf() method as an argument of a conditional loop i.e.
while(), if(), switch()......
Method1: void main() { if(printf("Hello world")){ } } Method2: void main(){ while(!printf("Hello world")){ } } Method3: void main(){ switch(printf("Hello world")){ } }

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟