Q. What does the following declaration indicate? Code: int x: 8; (A) x stores a value of 8. (B) x is an 8-bit integer. (C) Both A and B. (D) None of the above. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) x is an 8-bit integer.