How to print "Hi World" without using semi colon?

Answer Posted / ankit choudhary

void main()
{
clrscr();
if(printf("\nHi World"))
getch();

}

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does stand for?

598


What is getch () for?

679


What is clrscr in c?

681


what are bit fields in c?

606


Is there any possibility to create customized header file with c programming language?

626






What are linked lists in c?

651


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1783


What is the heap?

687


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

665


Why is %d used in c?

567


Explain can the sizeof operator be used to tell the size of an array passed to a function?

597


hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel

1413


How the c program is executed?

632


What does %2f mean in c?

676


p*=(++q)++*--p when p=q=1 while(q<=6)

1268