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

Tell me what is the main difference between php 4 and php 5?

0 Answers  


Tell me can the value of a constant change during the script's execution?

0 Answers  


what is magic code ?

4 Answers   eVenturers, iFlash, Zynga,


How to Define a Constant in PHP? Is $ symbol necessary?

6 Answers   Maples,


Explain NULL?

0 Answers  


difference of move(), and copy() function in php?

3 Answers  


What is polymorphism?

0 Answers  


Is it easy to learn wordpress?

0 Answers  


Explain some of the php string functions?

0 Answers  


how can i develop forum code? any one pleale help me on this question

0 Answers  


What is full form of php? Who is the father or inventor of php?

0 Answers  


What are classes in php?

0 Answers  


Categories