how to write a C program without semicolon

its very easy to write a program without semicolon


#include
main()
{
if (printf(“hello”)) {}
if (getch()){}
}

Today's Top Articles:

Scroll to Top