equivalent code for the following c program in php
void main()
{
int i=5;printf("%d",i);
}
Answers were Sorted based on User's Feedback
What is an array in php?
What is mvc in php?
Which function is used in php to count the total number of rows returned by any query?
What is $this in php?
Tell us how to create an array of a group of items inside an html form?
Is it possible to destroy a cookie?
What is the difference between $message and $$message?
What are the different types of array in php?
What function should you use to join array elements with a glue string?
What is polymorphism?
How to Define a Constant in PHP? Is $ symbol necessary?
What is data type in php?