Home » C++ Programming » Operators » Question
  1. In which direction does the assignment operation will take place?
    1. top to bottom
    2. left to right
    3. right to left
    4. All of above
    5. None of these
Correct Option: C

In assignment operation, the flow of execution will be from right to left only.



Your comments will be displayed only after manual approval.