Open main menu

CDOT Wiki β

Changes

Weekly Schedule 20133 - OOP344

121 bytes added, 09:57, 23 September 2013
To Do 3
* Write a function that receives the env[] array and an environment variable name and returns the value.
* Write a function called strncat that concats several strings
strncat(des, "Hello", " I am ", "testing ", "this!", 0);
Code these, blog and discuss it....