hi
char a[2][4] = {"one", "two"};
for the above "a" can i use strlen and if so how if not then how to find strlen of "a".
char a[2][4] = {"one", "two"};
for the above "a" can i use strlen and if so how if not then how to find strlen of "a".
Comment