What is the difference between char array and char pointer in C?
In this tutorial, you will learn the difference between char array and char pointer (char [] vs char *). Both array and pointer have a close relationship to each other but both are different types and have different concepts in C programming. You can consider other important topics: Difference between pointer and array in C. […]
What is the difference between char array and char pointer in C? Read More »
