Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is different types of visibility?

976


What is php key?

1011


How does api connect to database?

1119


How can you declare the array in php?

1024


Are php sessions secure?

1022


Explain the three different kinds of Arrays?

1246


How to access a specific character in a string using php?

1084


What is "print" in php?

1011


Tell me how is it possible to know the number of rows returned in result set?

1146


What is htmlspecialchars?

1024


How do I clear my browser session?

1085


How to call php function in jquery?

1118


Is empty in excel?

1033


What is basename php?

1013


What is the static variable in function useful for?

1019