The latest changes and updates from the administration for this exam.
Latest Update: May 20 2026
All questions are working fine.
What is the output of the following code snippet?
Holiday
Working day
Correct AnswerA
week() - day is having a defualt value 'Sunady'
so , output is 'Holiday'
week('Monday') - day is having a value of 'Monday'
Hence, output is - 'Working day'