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

Answer Posted / ayyanar.m

main()
{
clrscr();
if(printf("HI World"))
getch();
}

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is omp_num_threads?

585


What are c header files?

581


Write a program on swapping (100, 50)

638


What are the Advantages of using macro

688


What does s c mean on snapchat?

588






What is extern storage class in c?

513


If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.

1791


what is the significance of static storage class specifier?

1665


Explain what is the difference between the expression '++a' and 'a++'?

627


What are the types of macro formats?

610


What is difference between structure and union in c programming?

569


What is #ifdef ? What is its application?

649


How does placing some code lines between the comment symbol help in debugging the code?

548


Why does the call char scanf work?

620


Function calling procedures? and their differences? Why should one go for Call by Reference?

635