https://github.com/akash-rajak/negative-decimal-to-binary
C Program to convert Negative Decimal No. to equivalent Binary No.
https://github.com/akash-rajak/negative-decimal-to-binary
c
Last synced: 8 days ago
JSON representation
C Program to convert Negative Decimal No. to equivalent Binary No.
- Host: GitHub
- URL: https://github.com/akash-rajak/negative-decimal-to-binary
- Owner: akash-rajak
- Created: 2021-01-19T17:41:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T02:46:43.000Z (over 5 years ago)
- Last Synced: 2025-03-26T21:34:26.634Z (over 1 year ago)
- Topics: c
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Negative-Decimal-to-Binary
-> C Program to convert Negative Decimal No. to equivalent Binary No.
# Imp Points :
-> It is found that the binary form of negative decimal no. is found to be same as binary form of one positive decmal no.
-> This can be seen clearly from the table12.txt file.