单选题 阅读以下程序,写出程序运行后的输出结果是 ______。
#include<iostream.h>
void main()
char a[]='H','e','r','1',‘o’,'/0';
int i, j;
i=sizeof(

【正确答案】
【答案解析】