
In the week 5 of algorithm class. we learnt about many things regarding the pointers, string manipulation and array. in the week 1 of algorithm class we already learnt about the array but this week algorithm class goes further into the array functionality. from this week class, we learnt about how to use the pointers, the pointers usually used when we wanted to assign a certain variable with another variable declaration. about the string manipulation, we now know there's is so many string manipulation function called strstr,strcmp,strlen all of this function have 1 purpose. for example the strlen is used to know about the length of a certain string. while strcmpr used to compare 1 strings to another strings to know which ASCII worth more. and on the array material, what we learnt from the class is that we can use the index of an array to print certain characters from 1 string for example. from this week algo class we know how to utilize the C programming even more
Comments
Post a Comment