String as an Array in C
In C Language, String is an array of Char which is terminated by ‘\0’ (NULL). When you iterate the loop up to NULL character then
From Basic to the Best
In C Language, String is an array of Char which is terminated by ‘\0’ (NULL). When you iterate the loop up to NULL character then