Skip to content
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

finalpractical #266

Open
Tanmay8989 opened this issue May 28, 2024 · 0 comments
Open

finalpractical #266

Tanmay8989 opened this issue May 28, 2024 · 0 comments

Comments

@Tanmay8989
Copy link

Title- finalpractical
Issue Description:
In "num.c" a undeclared variable "num3" is used. And another variable "num2" is declared but not issued and as for the "sum" it has to be the sum of the integers entered by the user but due to bug it may not run accordingly.

Need for fixing this Issue:
As an undeclared variable is used, it will result in compilation error as the declared variable which was to be used for finding the sum is not used. And as for the "sum" it has to be the sum of the integers entered by the user. Because of the bugs output will not be obtained.

Reproducing in case of bug:
Step 1: Clone the repository to your computer
Step 2: Try compiling the num.c file
Step 3: Observe the error indicating use of undeclared variable

Other Note/Environment Info:
OS: Windows
Compiler: gcc compiler

@vpriyapm plz fix the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant