How we can print first 20 hexadecimal values in c language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How we can print first 20 hexadecimal values in c language?

5th Oct 2022, 8:36 AM
Aadesh Walhe
Aadesh Walhe - avatar
2 Answers
+ 2
You can use %x to print hex value with for loop range till 1..20
5th Oct 2022, 8:54 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
But what if we have to use those Hexadecimal values so, how can be store those values ? And what will be the format?
11th Oct 2022, 12:12 PM
Aadesh Walhe
Aadesh Walhe - avatar