Home / Questions / Other PHP output के लिए echo कैसे लिखते हैं? में developers की common mistake क्या है? Other 0 Views Verified PHP output के लिए echo कैसे लिखते हैं? में developers की common mistake क्या है? सही विकल्प चुनें और 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 output 'Hello'; output 'Hello'; Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer echo 'Hello'; echo 'Hello'; Additional Explanation echo PHP में सामान्य output construct है।
Verified print('Hello'); print('Hello'); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified console.log('Hello'); console.log('Hello'); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।