top of page
Blog
![The Difference Between char str* And char str[]](https://static.wixstatic.com/media/7407f3_6e3259b7b3cc4908b08d2d8cfef82bfc~mv2.png/v1/fill/w_192,h_256,fp_0.50_0.50,q_95,enc_avif,quality_auto/7407f3_6e3259b7b3cc4908b08d2d8cfef82bfc~mv2.webp)
The Difference Between char str* And char str[]
When we define str_1, the compiler creates a character array large enough to hold the string "hello world", which is an immutable string...
Damiano Pe
Dec 9, 2021
99 views

Never Use gets To Read A Line
gets is a deprecated function which can cause buffer overflows, use fgets insted.
Damiano Pe
Oct 23, 2021
19 views
bottom of page