Programming Concepts Question:

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

Programming Concepts Interview Question
Programming Concepts Interview Question

Answer:

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


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?