Explain me what is the use of 'print' in php?

Submitted by: Muhammad
This is not actually a real function, It is a language construct. So you can use with out parentheses with its argument list.
Example

print('PHP Interview questions');
print 'Job Interview ';
Submitted by: Muhammad

Read Online Junior Developer PHP Job Interview Questions And Answers