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
How can we encrypt the username and password using PHP?
3 Answers Rushmore Consultancy,
How would you impletement download and upload a file in php
Tell me how is it possible to propagate a session id?
What does nan stand for computer science?
Name and explain five of the PHP error constants?
What is difference between md5 and SHA256?
Is php procedural or oop?
How can you compare objects in php?
What is the advantge and disadvantage of mysql_connet() and mysql_pconnect() ? in which condition will you use mysql_connect() and mysql_pconnect().
What is final class and final method in php?
display selected value in dropdown list through javascript without page refresh
What is a null coalescing operator in php7?