Day 3 #100DaysOfCode Started to learn about arrays, strings and structs. C is very very different to JavaScript 😅 I also started to bring in some familiar TDD. Arrays in C are so much harder than JS 😅 #techtwitter #CodeNewbie #CodeNewbies #softwaredevelopment #javascript
2
4
16
0
0
@codingkylep Keep up your 100 days progress! In general, C feels harder than most languages haha. Every variables you create, you'll have to consider the type of that data. When you get to dynamically sized arrays, you need to know how to expand them too! What will you be doing with C?