Sorting of an array in PHP
Sorting of an array in PHP

In PHP there are some sorting function .These function are used to sort the array. sort() :This function is used to sort in ascending alphabetical or

Array in PHP
Array in PHP

An array is a data structure that store multiple values in single variable. In PHP to create an array, array() function is used. $mobile = array("S

Array in c++
Array in c++

In this blog, I’m explaining about Array in c++ An array is a data structure that contains a group of elements. Typically these elements are all