$input = 'abc'; print --$input;

  1. abc

  2. abb

  3. minus 1

  4. Error:Can perform this operation


Correct Option: C

Find more quizzes: