有以下程序#include<string.h>Main(){chara[]={'d','e','f','g','h','\0'};intj;J=strlen(a);Printf("%d\n",j);}程序运行后的输出结果是______。
5