Loading...

Function Definition

Function Definition : A function definition specifies the function name, type and number of parameters to receive, and its return type. It also includes a function body with the declaration [ … ]

C Character Set

As every language contains a set of characters used to construct words, statements etc., C language also has a set of characters which include alphabets, digits and special symbols. C [ … ]

How to Install php56 in Linux

TO Install php below are the prerequisites For centos 7 install below remi and repo packages ——– yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm For centos 6 install below remi and [ … ]