Consider the following code
#include void print(char string[]){ printf(\"%s:%d\\n\",string,sizeof(string)); } int main(){ char string[] =
a array will change into a pointer as parameter of function in ANSI C.