One dimensional array – C

March 24, 2013
programming c-language

Use of array to store a ‘string’ of characters. In the code below you’ll notice I’ve specified the array size as ’12’ which corresponds to the number of characters in ‘Hello World!’ including the white space. Not specifying the array size, i.e using arr[] = “Hello World!” would have automatically defined the size as 12. Doing this it would need to need to call the array values through their position numbers, i.e arr[0], arr[1] … arr[11].

Functional Programming by Renghen

May 28, 2017
programming meetup mauritius-software-craftsmanship-community

braincheck() perl script

March 4, 2014
linux programming

Visual Studio 2013 virtual launch

November 19, 2013
windows programming user-groups-mauritius journal microsoft