This commit is contained in:
Ajay T Shaju
2023-09-18 21:05:16 +05:30
parent 8557d4f3d8
commit 82a8d0e5b4
2 changed files with 1 additions and 2 deletions

1
languages/C.md Normal file
View File

@@ -0,0 +1 @@
<!-- making C cheatsheets -->

View File

@@ -1,5 +1,3 @@
main() Function main() Function
* The main() function is the starting point of the program: int main (int argc, char *argv[]) * The main() function is the starting point of the program: int main (int argc, char *argv[])