Programming Concepts Question:
Download Questions PDF

How to print "hello world" in c without using semicolon?

Answer:

main()
{
clrscr();
if(printf("Hello Tarun Goyal"))
{}
getch();
}

Download Programming Concepts Interview Questions And Answers PDF

Previous QuestionNext Question
Explain what is the difference between Process and thread with real time examples?How to increase transfer rate of an hard disk?