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

Improved version of the code #6737

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

pinak01
Copy link

@pinak01 pinak01 commented Oct 8, 2023

Fixes issue:

Changes:

printf("Enter two Natural Numbers\n");
scanf("%d %d", &c, &d);
gcd = hcf(c, d);
#include <stdio.h>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments "// Part of Cosmos by OpenGenus Foundation" should be a part of updated code.

There should not be a new line at the end of the file.

Explain the detailed improvement as a part of the pull request description.

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

Successfully merging this pull request may close these issues.

None yet

2 participants