单项选择题

int main(){ char a; char *str=&a; strcpy(str,"hello"); printf(str); return 0;}上面程序的运行结果是( )。

A.hell
B.Null
C.h
D.运行时出现异常错误
微信扫码免费搜题