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
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✔✔
span> function one()
{ echo " this works"; function two()
{ echo "this too works"; } } one();
two(); ?>
C.this worksthis too works✔✔
Attachments:
Answered by
3
Hello mate
here's your answer
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Option C✔✔
This worksthis too works.
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Hope it helps you
here's your answer
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Option C✔✔
This worksthis too works.
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Hope it helps you
Similar questions
Chemistry,
6 months ago
Hindi,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Science,
1 year ago
Science,
1 year ago