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

Do you know what's the difference between __sleep and __wakeup?

0 Answers  


delete session variable when close browser with out logout

3 Answers  


How do I display php errors?

0 Answers  


What is php beginner?

0 Answers  


How to add different images in php program like a job site.......

2 Answers  


Can I learn laravel without php?

0 Answers  


How to call a php function from html button?

0 Answers  


What is the capacity of mysql database?

0 Answers  


How can we destroy the session, how can we unset the variable of a session?

3 Answers  


What is fetch array in php?

0 Answers  


How is it possible to remove escape characters from a string?

0 Answers  


What types of loops exist in php?

0 Answers  


Categories