Computer Science, asked by born428, 1 year ago

What will be the output of the following PHP code?

span> function one() { echo " this works"; function two() { echo "this too works"; } } one(); two(); ?>
A.error
B.this works
C.this worksthis too works
D.this works this too works

Answers

Answered by choudhary21
0
What will be the output of the following PHP code?

span> function one()

{ echo " this works"; function two()

{ echo "this too works"; } } one();

two(); ?>

C.this worksthis too works✔✔
Attachments:
Answered by afruja70
3
Hello mate

here's your answer

¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤

Option C✔✔

This worksthis too works.

¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤

Hope it helps you
Similar questions