Home
C / ANSI-C
assert.h
Console
ctype.h
Data Structure Algorithm
Data Type
Development
File
Function
Language Basics
Macro Preprocessor
Math
math.h
Memory
Pointer
setjmp.h
signal.h
Small Application
stdio.h
stdlib.h
String
string.h
Structure
time.h
wctype.h
Output Hex : Hex « Data Type « C / ANSI-C
C / ANSI-C
Data Type
Hex
Output Hex
#include <stdio.h>
int
main(
void
) { printf(
"\xA0 \xA1 \xA2 \xA3"
);
return
0; }
Related examples in the same category
1.
Reading hexadecimal and octal values
2.
Output float and hexadecimal
3.
Read and output Signed octal