问题
单项选择题
下列程序的输出结果为( )。 # include <iostream.h> int func(int n) { if (n<1)return 1; else return n + func (n-1); return 0; { void main( ) { cout << func (5) << endl; }
A. Variant
B. Byte
C. Boolean
D. Integer
答案
参考答案:A
解析:在Visual FoxPro中,对象被选定,就获得焦点。如果要为控件设置焦点,Enabled和Visible属性的值必须为真(.T.),其中Enabled属性决定控件是否可用,而Visible属性决定控件是否可见。