Php Programming Code Examples
Php > HTML and Php Code Examples
Calender in PHP
C Program Codes Find Reverse of an Array -
C program to read elements in an array and find its reverse. C Program to print reverse of an array. There are various ways to reverse an array. The basic three algorithms to reverse a
Pointer Simple Program Pass by Reference -
C++ Language program sample which passes a "Reference" to a Function and Function has a 'pointer' as argument. Keep the return type void & display result in main body. Apply any
Program code to check symmetric matrix -
C program to read elements in a matrix and check whether the given matrix is symmetric matrix or not. Symmetric matrix is a square matrix which is equal to its transpose. A is...
C Operate Appropriately On The Numbers -
Program take two numbers and a operator as input and store it in the variables a, b and ch respectively. Using switch statement, test the operator stored in the variable ch. Print the
Sum of each Row and Columns of a matrix -
C program to read elements in a matrix and find the sum of elements of each row and columns of matrix. C program to calculate sum of rows and columns of matrix. Input...
C Trim Trailing White Spaces from Strings -
C Program code remove 'trailing white space' characters is 'lot more easier' and faster than removing leading white space characters. As in this case we need not to perform any 'char'
Program to Solve a Matching Problem For -
Program to solve a matching problem. Given N men and N women, where each person has ranked all members of the opposite gender in order of preference, marry the men & women
Coordinated Universal Time in C Language -
C program code returns time in Coordinated Universal Time (UTC) (essentially Greenwich mean time). Printing the local time and date. Printing coordinated Universal Time and date