Hello Every one

Does any One know the format specifier for BYTE. so that it can give me Binary output.

Recommended Answers

All 2 Replies

Hello Every one

Does any One know the format specifier for BYTE. so that it can give me Binary output.

There is no format specifier for binary output, you have to make a code to get the binary output.

I'm not exactly sure what you're trying to do but you can create your own data type.

typedef unsigned char byte;

byte b;

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.