tag

home / developersection / tag

Sorting of an array in PHP
php 06-Jun-2016
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
php 06-Jun-2016
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++
visual c++ 30-Jan-2015
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