String Functions and Function Pointers – C on SoloLearn
Today, I talked about String Functions and Function Pointers on C in SoloLearn. I learned how to use arrays properly and what an ‘array of strings’ is.
Today, I talked about String Functions and Function Pointers on C in SoloLearn. I learned how to use arrays properly and what an ‘array of strings’ is.
Today I practiced R on Sololearn! This time I went over vector arithmetic. If two vectors are of equal length, you can add, subtract, multiply, and divide them. I also go over some more vector functions such as mean and median, which return the average number of the data and the middle number in the ordered set, respectively. Next time I will be going over lists!
Today I practiced R on Sololearn! This time I went over some vector functions such as sort, length, and seq, which can be used to filter items in a vector.
Next time I will be going over how we can use vectors to do some basic arithmetic!
Today, I taught about The string.h Library and Converting a String to a number. This time, I went over string functions and how to convert them. Next time, I will be talking about Array of Strings.
Merry Christmas! We trust that you and your families are doing well and are having a great Christmas. Christmas break is a great time to talk with family and see people you haven’t seen in a while. It is also a great time to code. If you have some free time, you can start learning a programming language and keep building on it throughout the new year!
Today I practiced R on Sololearn! This time I went over the string data type and some of the ways it can be manipulated. I show the nchar function, the substr function, and others. Next time I will be going over vectors!
Recent Comments