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 / sathish kumar.r

<?php
$i = 5;
printf("%d",$i);
?>

Is This Answer Correct ?    6 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to get second highest number in an array using php?

1043


What are the environmental variables?

1063


What are the correct and the most two common way to start and finish a PHP block of code?

1111


How can you retrieve a cookie value?

1142


How does csrf attack work?

1070


Does csrf token change?

967


Is apache needed for php?

956


Do you know when sessions ends?

1089


Which php framework is best?

1037


What is the php function that removes the last element of the array and returns it?

1007


Which is a perfect example of runtime polymorphism?

1026


What is the difference between session_unregister() and session_unset()?

1157


Where can I learn php?

992


How to access standard error stream in PHP?

1205


How to write the form tag correctly for uploading files?

1014