Home / Questions / Other PHP switch statement का basic syntax क्या है? interview में कैसे explain करेंगे? Other 0 Views Verified PHP switch statement का basic syntax क्या है? interview में कैसे explain करेंगे? सही विकल्प चुनें और code/solution को समझें। #php #core php #php programming #php tutorial #php error #php solution #backend #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified Correct Answer switch ($status) { case 'active': echo 'Yes'; break; } switch ($status) { case 'active': echo 'Yes'; break; } Additional Explanation switch multiple cases handle करता है।
Verified case $status switch {} case $status switch {} Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified switch $status: case active switch $status: case active Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified switcher($status) {} switcher($status) {} Additional Explanation यह विकल्प सही Core PHP solution नहीं है।