what is the output of 2^2 in php ?
Top Questions
The answer is 0 (Zero)
Important note
Everyone expected answer would be 4.But answer is zero.How it happened
only in php ?
The ^ operator is different in each language.In PHP ^
means the bitwise exlusive or of the two numbers.
www.w3answers.com
Post new comment