Issue/Feature description:
In the num.c file there's an error in initialization. For adding two numbers, you've initialized num1 and num2 correctly,
but while initializing the sum variable you have not properly initialized it.
Why the issue need to be fixed/why the feature:
This issue will throw error while executing it, so to get the proper output we need to fix the issue.
How to reproduce if bug came:
Check and execute the file until the errors will get fixed, but currently there's only one error, after fixing that, we won't face any issues
Additional comments:
for a smoother execution and operation this issue is needed to be fixed
Issue/Feature description:
In the num.c file there's an error in initialization. For adding two numbers, you've initialized num1 and num2 correctly,
but while initializing the sum variable you have not properly initialized it.
Why the issue need to be fixed/why the feature:
This issue will throw error while executing it, so to get the proper output we need to fix the issue.
How to reproduce if bug came:
Check and execute the file until the errors will get fixed, but currently there's only one error, after fixing that, we won't face any issues
Additional comments:
for a smoother execution and operation this issue is needed to be fixed