對下述程序的判斷中,正確的是( )。
#include
main()
{ char*p ,s[256];
p=s ;
while(strcmp(s ,"the end"))
{ printf("Input the strin9 :");
gets(s);
while(*p)
putchar(*p++);
}}
A、此程序循環接收字符串并輸出,直到接收到字符串“theend”為止C
暫無解析
算法的空間復雜度是指( )。
在 GRANT ALL ON * . * TO ?授權語句中, ALL和* . * 的含義分別是 ______。
下列不屬于 MySQL邏輯運算符的是 ______。
有下列程序:執行后的輸出結果是( )。
fun(int x ,int y)
{ static int m=0 ,i=2;
i+=++rn;rfl —i+x+y;return m;
}
main()
{ int j=l ,m=1,k;
k=fun(j ,m);printf("%d ," ,k);
k=fun(j.m);printf( ”%d n”, k);
}
MySQL數據庫中最小授權對象是 ______。