0
How we can print first 20 hexadecimal values in c language?
2 Antworten
+ 2
You can use %x to print hex value with for loop range till 1..20
0
But what if we have to use those Hexadecimal values so, how can be store those values ? And what will be the format?