【单选题】以下程序的输出结果是( ) #include "iostream.h" #include "string.h" void main() { char *p[10]={"abc","aabdfg","dcdbe","abbd","cd"}; cout<
【单选题】以下程序的输出结果是: #include "stdio.h" main() { printf("%d\n",NULL); }
【单选题】'John isnt here now. ' '______left by the back door?'
【单选题】Paul was in ______ when he left that he forgot to lock the door.
【单选题】以下程序的输出结果是( ) #include "iostream.h" #include "string.h" void main() { char *p[10]={"abc","aabdfg","dcdbe","abbd","cd"}; cout< }
【单选题】以下程序的输出结果是( )。 #include "stdio.h" void main() { printf("%e",123.456);}