Computer Science, asked by varshavappu, 6 months ago

Find the output for the following

Attachments:

Answers

Answered by education951
0

Explanation:

आई आई डोंट नो एनीथिंग अबाउट कंप्यूटर सो यू आर यू डूइंग

Answered by anindyaadhikari13
1

Question:-

Find the output of the following code in PHP.

Answer:-

Given php code,

<?php

$nl=NULL

echo $nl;

?>

Now, NULL value represents a variable with no value.

So, no output is displayed on the screen.

For verification, refer to the attachment.

Attachments:
Similar questions