You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking for help creating exercise:
Topic: Scope Rules in C
Exercise Directory Name: scope_rules
Note: For Directory Name, refer to the exercises directory to find the correct number to use. It should be close to the number in the issue title but may be slightly off.
Refer to "The C Programming Language" book, Chapter 4.4 for more information.
For this exercise (chapter 4.4) and exercise #108 (chapter 4.5), we must compile multiple .c files into a single program to demonstrate the principles of extern and header files. Also, we will need it in the future for maybe more complex exercises.
I propose that all .c files in the exercise folder with a suffix such as ex (for executable) will be compiled into one program. For now, I will skip these two chapters. If anyone has another idea on how to approach this, please let me know.
Looking for help creating exercise:
Topic: Scope Rules in C
Exercise Directory Name: scope_rules
Note: For Directory Name, refer to the exercises directory to find the correct number to use. It should be close to the number in the issue title but may be slightly off.
Refer to "The C Programming Language" book, Chapter 4.4 for more information.
Contribution instructions: https://github.com/danwritecode/clings?tab=readme-ov-file#contributions
The text was updated successfully, but these errors were encountered: