본문 바로가기
csapp

2.1.3 Addressing and byte Ordering

by 정구지개발자 2023. 3. 30.
728x90
  • These procedures use the C sizeof operator to determine the number of bytes used by the object. In general, the expression sizeof(T ) returns the number of bytes required to store an object of type T . Using sizeof rather than a fixed value is one step toward writing code that is portable across different machine types.

2.1.6 Introductino to Boolean Algebra

  • Since binary values are at the core of how computers encode, store, and manipu- late information, a rich body of mathematical knowledge has evolved around the study of the values 0 and 1.
728x90

'csapp' 카테고리의 다른 글

2.2.2 Unsigned Encodings  (0) 2023.04.02
2.1.7 Bit-Level Operations in C  (0) 2023.03.31
2 Representing and Manipulating Information  (0) 2023.03.28
1.9.2 Concurrency and Parallelism  (0) 2023.03.28
1.5 Caches Matter  (0) 2023.03.27

댓글