Hey guyz if i wanna know how to find size of unsigned char*?
void func1(unsigned char* str)
{
int a;
a=??
////////////////now how to store size of str in a????
}
void func1(unsigned char* str)
{
int a;
a=??
////////////////now how to store size of str in a????
}
Comment