Hi.
How can I find the real size of array char, for example below code:
char a[20]="Hello World";
Size of my char is 11 bytes but It always shows 20.
Hi.
How can I find the real size of array char, for example below code:
char a[20]="Hello World";
Size of my char is 11 bytes but It always shows 20.
strlen?