C++ MQCs with Explanation (CHAPTER 3: TOKENS, EXPRESSIONS AND CONTRAL STRUCTURES)

Assumming that we are working an a 16-bit word machine, which of the following takes a size of 8 bytes ?

  1. signed long int
  2. long int
  3. long double
  4. double



Answer: 
Option c: long double

Explanation Here

Post a Comment

0 Comments