Skip to content

Converts the given text into binary format and stores it.

Notifications You must be signed in to change notification settings

ucakbeyza/binary_C_prog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

How It Works?

  • The binaryDonusturme function is used to convert a character into binary form. It achieves this by shifting each bit of the character to the right and applying a bitwise AND operation to obtain its binary form.
  • The metniBinaryDon function takes a text and calls the binaryDonusturme function to compute the binary form of each character by splitting the text into characters.
  • The main function prompts the user to enter a text, sends this text to the metniBinaryDon function, and prints the results to the screen.

About

Converts the given text into binary format and stores it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages