Programming Concepts Question:

Download Job Interview Questions and Answers PDF

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();
}

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?