I was wondering if we can print the binary form of any type of data ,i.e., it's 0's and 1's form (i think we can say that it's machine language form) using existing methods in c.
Or will i have to do it myself by defining a function myself that converts it in that form?
Also it will be helpful if anybody can tell me where can i ask questions about working on a project(like compression etc) from people who can guide me what to do?