C++ Sizeof Char Array Code Example


Example: how to find the size of a character array in c++

Instead of sizeof() for finding the length of strings or character  arrays, just use strlen(string_name) with the header file #include <cstring>    it's easier.

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy