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

What is variable and data type?

0 Answers  


How can I increase my website session?

0 Answers  


What are php magic methods?

0 Answers  


What are php magic methods/functions?

0 Answers  


Who developed php?

0 Answers  


Describe the differences between the object models in PHP 4 and PHP 5.

1 Answers  


What is the difference between array_merge() and array_merge_recursive() in php?

0 Answers  


What interest would a "work-for-ownership" offer receive from PHP/MySQL developers?

1 Answers  


Which one is best framework for php?

0 Answers  


Tell me what is the actually used php version?

0 Answers  


Does php support overloading?

0 Answers  


Explain what is the main difference between require() and require_once()?

0 Answers  


Categories