[试题]

以下程序的输出结果是_____.

# include

main()

{ printf(“%d/n”,strlen(“IBM/n012/1//”));

}

参考答案与解析: