网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
( 38 )有以下定义和语句
struct workers
{ int num;char name[20];char c;
struct
{ int day; int month; int year; } s;
} ;
struct workers w,*pw;
pw = &w;
能给 w 中 year 成员赋 1980 的语句是
A ) *pw.year = 198O;
B ) w.year=1980;
C ) pw->year=1980;
D ) w.s.year=1980;
参考答案
更多 “ ( 38 )有以下定义和语句struct workers{ int num;char name[20];char c;struct{ int day; int month; int year; } s;} ;struct workers w,*pw;pw = w;能给 w 中 year 成员赋 1980 的语句是A ) *pw.year = 198O;B ) w.year=1980;C ) pw-year=1980;D ) w.s.year=1980; ” 相关考题
考题
下列函数不能和函数voidprint(char)构成重载的是()
A、intprint(int);B、voidprint(char,char);C、intprint(char);D、voidprint(int,int);
考题
设有以下函数:voidfun(intn,char}s){……}则下面对函数指针的定义和赋值均正确的是( )。A.void(*pf)(int,char);pf=fun;B.void+pf( );pf=fun;C.void*pf( );*pf=fun;D.void(*pf)(int,char*);pf=fun;
考题
自动类型转换规定的优先次序是( )。A.short,byte,char→long→int→float→doubleB.short,byte,char→int→long―float→doubleC.byte,short,char→long→int→float→doubleD.byte,short,char→int→long→float→double
考题
各种基本数据类型的存贮空间正确的长度排列为()。A.int < char <float<doubleB.double<float <int<charC.char<int <float<doubleD.float<int <char<double
考题
6、各种基本数据类型的存储空间正确的长度排列为()。A.int < char <doubleB.double <int<charC.char<int <doubleD.int <=char<double
考题
各种基本数据类型的精度排列为()。A.int< char <float<doubleB.double<float <int<charC.char<int <float<doubleD.float<int <char<double
考题
各种基本数据类型的存贮空间正确的长度排列为()。A.int < char <doubleB.double <int<charC.char<int <doubleD.int <=char<double
考题
各种基本数据类型的存储空间正确的长度排列为()。A.int < char <doubleB.double <int<charC.char<int <doubleD.int <=char<double
考题
各种基本数据类型的存贮空间正确的长度排列为 ()。A.char<int <doubleB.double <int<charC.int < char <doubleD.int <=char<double
热门标签
最新试卷