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
{{ message }}
This repository was archived by the owner on Jun 5, 2021. It is now read-only.
Hello man how is it going i have a question regarding your code, why in line 39 you assign a 7 as the index of the file name char filename[7]; what does that 7 do? and also on line 43 why is the filename "w", is there a reason for it or you just gave it that name?
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello man how is it going i have a question regarding your code, why in line 39 you assign a 7 as the index of the file name
char filename[7];
what does that 7 do? and also on line 43 why is the filename "w", is there a reason for it or you just gave it that name?Thanks
The text was updated successfully, but these errors were encountered: