Skip to content

Commit 8d82aa7

Browse files
committed
Merge branch 'master' of https://github.com/DeveloperNA/C-Basic into master
2 parents c009347 + f83974d commit 8d82aa7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

NumConversions.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ int main()
9696
printf("Enter the number");
9797
scanf("%d", &number);
9898

99-
// printf("Enter the position to set bit");
100-
// scanf("%d",&pos);
101-
10299
bin = decimalToBinary(number);
103100
oct = decimalToOctal(number);
104101
hex = decimalToHexa(number);
@@ -108,4 +105,4 @@ int main()
108105
printf("Hexadecimal :%s", hex);
109106

110107
return 0;
111-
}
108+
}

0 commit comments

Comments
 (0)