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
What is different types of visibility?
What is php key?
How does api connect to database?
How can you declare the array in php?
Are php sessions secure?
Explain the three different kinds of Arrays?
How to access a specific character in a string using php?
What is "print" in php?
Tell me how is it possible to know the number of rows returned in result set?
What is htmlspecialchars?
How do I clear my browser session?
How to call php function in jquery?
Is empty in excel?
What is basename php?
What is the static variable in function useful for?