What is the correct operator precedence for the following operators?

39. What is the correct operator precedence for the following operators?

    && , &, = , ->
  1. & , && , = , ->
  2. -> , & , && , =
  3. = , & , && , ->
  4. = , -> , && , &

Answer: B) -> , & , && , =

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.