Skip to content

Wrong Variable Declaration in num.c file. #321

@Ashhcodes15

Description

@Ashhcodes15

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions