What will be the output of the following code?
- <?php
-
- echo 30 * 5 . 7;
-
- ?>
Options:
- 150 . 7
- 1507
- 150.7
- Integers can’t be concatenated.
- An error will be thrown.
- File type
- Server
- Remote file
- File handle
What will be output of the following
- <?php
- echo '1'.print(2)+3;
- ?>
Options
- A : 123
- B : 321
- C : 511
- D : 155
- E : 432
Answer
If, it’s so, why?