Showing posts with label interview questions in c. Show all posts
Showing posts with label interview questions in c. Show all posts

How to Write a c program without using any semicolon which output is: Hello word.



In C language ';' is used as a line delimiter. It is specified that each line must be end with ';'. It is usefull for lexical analyser to detect the line end. But yes you can