91-9990449935 0120-4256464 |
C Program without main() functionWe can write c program without using main() function. To do so, we need to use #define preprocessor directive. Let's see a simple program to print "hello" without main() function. Output: Hello
Next TopicC Programs
|