Interviewer And Interviewee Guide

PHP Community Marketing Expert Interview Question:

Tell me what does the following code output?

$i = 016;
echo $i / 2;?

Submitted by: Muhammad
The Output should be 7. The leading zero indicates an octal number in PHP, so the number evaluates to the decimal number 14 instead to decimal 16.
Submitted by: Muhammad

Read Online PHP Community Marketing Expert Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.