Multiple choice technology web technology

  1. You are working good

  2. good great

  3. You are working great

  4. You are great good

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The code uses call_user_func() to dynamically call str_replace(), which replaces all occurrences of 'good' with 'great' in the string 'You are working good'. This produces 'You are working great'. Option A is the unchanged string, B and D are incorrect word orders.