Skip to content

Latest commit

Β 

History

History
52 lines (31 loc) Β· 2.24 KB

File metadata and controls

52 lines (31 loc) Β· 2.24 KB

Low-level programming & Algorithm - Hatching out


Dennis Ritchie πŸ† Brian Kernighan

What happens when you type gcc main.c

πŸ“œ Look at my article

What is an entry point

What is main

How to print text using printf, puts and putchar

How to get the size of a specific type using the unary operator sizeof


How does the main function influence the return value of the program
-
β˜†**β˜†