Q. Identify the statements that are not correct:

  • (A) Int a = 13, a>>2 = 3.
  • (B) Int b = -8, b>>1 = -4.
  • (C) Int a = 13, a>>>2 = 3.
  • (D) Int b = -8, b>>>1 = -2.
πŸ’¬ Discuss
βœ… Correct Answer: (B) Int b = -8, b>>1 = -4.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
134
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate