#include<stdio.h> #include <string.h> void main() { char str[2]; printf("str=%d\n",strlen(str)); printf("\n"); }