21
edits
Changes
→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....