C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
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. #include Output: Hello
Next TopicMatrix multiplication in C
|