Hello, I got an interesting result in counting the size of const string array. Looks the sizeof returns different value in main and sub-function. Could somebody help? In main, it returns the correct value of 140. However, if return from function, it is always 4.