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 are the differences between mysqli_connect and mysqli_pconnect?

0 Answers  


What is indexing in mysql and how do we create indexing in mysql

4 Answers  


What are the different ways to login to a remote server?

0 Answers  


Tell me what library is used for pdf in php?

0 Answers  


How can we calculate the similarity between two strings?

0 Answers  


How are sessions maintained?

0 Answers  


What is repository in php?

0 Answers  


How to find second highest salary

9 Answers  


What is helper library?

0 Answers  


How is a constant defined in a PHP script?

0 Answers  


Write a php script to get the largest key in an array?

0 Answers  


What is meant by PEAR in PHP?

0 Answers  


Categories