equivalent code for the following c program in php
void main()
{
int i=5;printf("%d",i);
}
Answer Posted / rahul kumar
<?php
$i=5;
echo $i;
?>
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
When to use inquire vs enquire?
What is the difference between static and dynamic websites?
What is input sanitization in php?
What is a definer in mysql?
What is difference between php and wordpress?
How to run the interactive php shell from the command line interface?
Can we use onclick in submit button?
What does a delimiter do in mysql?
What is difference between post and put in rest?
How to convert a character to an ascii value?
What is difference between md5 and SHA256?
What are traits?
Does browser understand php?
Tell me what are magic methods?
Is php harder than javascript?