From C11 Standard Project, Section Chapter 1 Section 3:
3.6byte : addressable storage unit large enough to hold any member of the main character runtime set
NOTE 1 You can uniquely express the address of each individual byte of an object .
So, do I interpret this correctly when I come to the conclusion that only addressable memory architectures are standard? Or am I reading it wrong?
, , C - . C , . "", 64 , . , " " , 8- , 64- , , , .
, , . , ():
, (...)
, , , , , - , .
Yes, just put:According to the standard, the byte is the smallest addressable memory.