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 is the difference between mysql_fetch_object() and mysql_fetch_array()?

0 Answers  


Tell me what are the functions to be used to get the image's properties (size, width and height)?

0 Answers  


Which PHP function would you use to send an email?

0 Answers  


What is empty () in php?

0 Answers  


List some of the features of php7.

0 Answers  


Is php 5.6 secure?

0 Answers  


how to include a datepicker in a form using php and mysql

2 Answers  


Write a program to get lcm of two numbers using php?

0 Answers  


How to open standard output as a file handle?

0 Answers  


What types of MYSQL function available for affecting columns

0 Answers  


How do I escape in php?

0 Answers  


How to do single and multi line comment in php?

0 Answers  


Categories