Answers

Question and Answer:

  Home  Programming Concepts

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

main()

{

clrscr();

if(printf("Hello Tarun Goyal"))

{}

getch();

}

 178 views

More Questions for you: