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
Why would we use === instead of ==?
What is php and its features?
What is the difference between single quoted string and double quoted string?
Is not null in php?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What is the difference between print() and echo() in PHP?
Explain the difference between php4 and php5.
What is the difference between htmlentities and htmlspecialchars in php?
What is the use of htmlentities in php?
Is php developer in demand?
How to check an element is exists in array or not in php?
How to track no of user logged in?
How do I use isdigit function?
Is php required for wordpress?
Why is used in php?