vpriyapm / finalpractical

2 stars 227 forks source link

Error in variable description(22bcae61) #280

Open khan1sabi opened 4 months ago

khan1sabi commented 4 months ago
  1. Description of the Issue: There is an undefined variable in file num.c in the project finalpractical.

  2. Why this issue needs to be fixed? An undefined variable in any program leads to crashes and failures in a program. Also, if this is a part of a larger project then it will lead to errors in execution of the larger project

  3. How to reproduce in case of bug? First, clone the repository and navigate to it. Check the compilation error Correct it and commit the changes. push the changes to the remote repository.

  4. Additional Notes/Environment Information: OS - Windows OS Compiler: C Compiler

@vpriyapm