Choose the wrong definition for the character strings
A、charstr[4]=“QUST”;;
B、charstr[]=“QUST”;;
C、char*str=“QUST”; ;
D、charstr[]={‘Q’,‘U’,‘S’,‘T’,‘\0’};
发布时间:2025-06-23 10:06:39
A、charstr[4]=“QUST”;;
B、charstr[]=“QUST”;;
C、char*str=“QUST”; ;
D、charstr[]={‘Q’,‘U’,‘S’,‘T’,‘\0’};