Quick Help needed on C | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Quick Help needed on C

I saw a struct declaration in form of struct name { uint8_t type:4; uint8_t length:6; } My question is, why insert a colon between the field name and the literal value? In particular, what's the use of doing 'type:4'? https://code.sololearn.com/cvqIJ14p1OBu/?ref=app

15th Feb 2022, 9:34 PM
Dlite
Dlite - avatar
1 Answer
15th Feb 2022, 10:12 PM
Ipang