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);
}

Answers were Sorted based on User's Feedback



equivalent code for the following c program in php void main() { int i=5;printf("%d",i)..

Answer / rahul kumar

<?php
$i=5;
echo $i;
?>

Is This Answer Correct ?    23 Yes 2 No

equivalent code for the following c program in php void main() { int i=5;printf("%d",i)..

Answer / sathish kumar.r

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

Is This Answer Correct ?    6 Yes 12 No

Post New Answer

More PHP Interview Questions

How can we destroy the cookie?

4 Answers  


how can attached a file to a mail and attached a resume to a mail and received in id

0 Answers  


How do you identify independent and dependent variables in research?

0 Answers  


How variables are passed through arguments?

0 Answers  


Which function would you use to determine the length of a string in php?

0 Answers  


How to display your correct URL of the current web page?

0 Answers  


What is difference between require_once(), require(), include()?

0 Answers  


Which function is used in php to search a particular value in an array?

0 Answers  


How To Get the Uploaded File Information in the Receiving Script?

0 Answers  


which function used to get the file name in php?

5 Answers  


What is the function file_get_contents() usefull for?

0 Answers  


What are the data types in php?

0 Answers  


Categories