Multiple choice technology programming languages

"typedefs" used for data types are not machine dependent.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Although typedef aliases are defined in source code, the underlying data types they represent (such as int or long) have sizes that vary depending on hardware architecture and compiler settings. Consequently, typedefs are inherently machine-dependent, making the statement false.