-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Income Tax Form" to "Source Codes" #27
base: master
Are you sure you want to change the base?
Add "Income Tax Form" to "Source Codes" #27
Conversation
…teaches users about header files in C
…-Shorten-Spaces-tkatemb Signed-off-by: Aravind Nair <[email protected]>
Signed-off-by: Aravind Nair <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tkatemb Take a look at the status checks. There are few things that need to be fixed in the code.
Updated, no warnings and I added a limit to the amount of characters read by "scanf" to reduce buffer overflow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tkatemb One is pending
@tkatemb Declaration isn't the same as initialization. Read more here: https://stackoverflow.com/questions/23345554/the-differences-between-initialize-define-declare-a-variable |
Should be fixed! |
Fixes #
Proposed Changes