Plz explain output? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
26th Dec 2021, 10:27 AM
gaurav kumar
gaurav kumar - avatar
1 Answer
+ 3
unsigned char: represents one character. It occupies 1 byte in memory. Can store any value from 0 to 255. The value of 300 exceeded the allowed limit by 45 points. 255 / \ 0 0 \ / 255 https://code.sololearn.com/c2y5Ph1cyuYZ/?ref=app
26th Dec 2021, 10:53 AM
Solo
Solo - avatar