top of page
HOME
COURSES
BLOG
More
Use tab to navigate through the menu items.
Blog
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
bottom of page