-
Notifications
You must be signed in to change notification settings - Fork 277
Open
Description
Description of the Issue:
In the file num.c, there is an incorrect variable which has been declared in line no: 12. Only num1 and num2 were declared num3 which is not declared is being used. We have to replace it with num2.
Why we need to fix this Issue:
This wrong declaration can lead to error in the execution of the program due to incorrect variable. We have to change num3 to num2 in line no: 12.
How to reproduce this Issue:
To reproduce the issue, we have to open the file num.c in the finalpractical repository and locate the wrong variable "num3" declared in line no:12.
Tested on: Windows operating system.
Coding in: Visual studio code.
Metadata
Metadata
Assignees
Labels
No labels