表达式Datepart(yy,’2004-3-13’)+2的结果是()A、’2004-3-15’B、2004C、’2006’D、2006

表达式Datepart(yy,’2004-3-13’)+2的结果是()

  • A、’2004-3-15’
  • B、2004
  • C、’2006’
  • D、2006

相关考题:

设x,y和z都是int型变量,且x=3,y=4,z=5,则下面表达式中,值为0的表达式是 A.xyB.x=yC.x||++yy-zD.!(x

设变量a=1,c1=“事不过三”,c2=“三”, 表达式a<3.AND.c1$c2结果为______。 表达式a<3.AND.c2$c1结果为______。 表达式a<3.OR.c1$c2结果为______。 表达式a<3.OR.c2$c1结果为______。

( 31 )有如下类定义:class XX{int xx;public:XX ( ) : xx ( 0 ) {cout' A';}XX ( int n ) : xx ( n ) {tout' B';}};Class YY:public XX{Int yy;public:YY ( ) : yy ( 0 ) {cout+yy;}YY ( int n ) : XX ( n+1 ) , yy ( n ) {coutyy;}YY ( int m, int n ) : XX ( m ) , yy ( n ) {coutyy;}};下列选项中,输出结果为 A0 的语句是A ) YY y1(0,0);B ) YY y2(1);C ) YY y3(0);D ) YY y4;

表达式[1,2,3]*3的执行结果为______________________。

( 16 )请阅读下面程序import java.io.*;public class TypeTransition {public static void main ( String args[] ){char a = 'a' ;int i = 100 ;long y = 456L ;int aa = a + i ;long yy = y-aa ;System.out.print ( "aa = "+aa ) ;System.out.print ( "yy = ” +yy ) ;}}程序运行结果是A ) as = 197 yy = 259B ) as=77 yy = 259C ) as = 543 yy = 288D ) as = 197 yy = 333

已知文法G定义为:S→WZ,W→X|Y,X→x|xX,Y→y|yY,Z→z|zZ,与该文法描述相同语言的正规表达式是哪个()。 A.xx*|yy*|zz*B.(xx*|yy*)zz*C.xx*(yy*|zz*)D.(xx|yy)*zz*

若有整型变量x=2,则表达式x<<2的结果是【 】。

设x,y和z都是int型变量,且x=3,y=4,z=5,则下面表达式中,值为0的表达式是A.xyB.x<=yC.x||++yy-zD.!(x<y!z||1)

有如下类定义:class XX{int XX;public:xx():xx(0){toutA;}XX(int n):xx(n){coutB;}};class Y:Y:public XX{int YY;public:YY():YV(O){coutYY;)YY(int n):xx(n+1),YY(n){coutYY;}YY(int m,int n):XX(m),YY(n){coutyy;)};下列选项中,输出结果为A0的语句是A.YY yl(0,0);B.YY 72(1);C.YY y3(0);D.YY y4;

以下程序段的输出结果是 ______。 char ch[3][5]={“xxxx”,“yy”,“zz”}: cout<<ch[1];A.“xxxx”B.“yy”C.“yyzz”D.“zz”

逗号表达式的形式如下:            表达式1,表达式2  则逗号表达式的结果是()的值。

1?2:3表达式结果是3。

表达式’abcab’.replace(’a’,’yy’)的值为()。

表达式LEN(SPACE(3)-SPACE(2))的结果为()。

语句“select Datepart(mm,getdate( ))”的输出结果及其类型为()A、当前月份、整型B、当前月份、字符型C、当前月份的英文名、字符型

表达式36/3^2+1的运行结果是(),27/9Mod2的运行结果是()。

表达式datepart(yy,‘2009-5-9’)+2的结果是()。A、‘2009-5-11’B、2‘011-5-9’C、‘2011’D、2011

表达式(x=yy4)的值在x小于等于y或者y大于4的情况下为真。

An operator is editing a file using vi. Which of the following subcommand sequences will copy the current line plus the next 2 lines to the end of the file?()A、yy E 3pB、3yy G pC、3yy :e 5ppD、yy :g 3p

#1、#2主变连接组别()A、YN,d11B、YY,d11C、YY,Y11D、YY,d6

单选题在C语言中,为了表示关系:x≥y≥z,应该使用表达式()。Ax=yy=zBx≥y≥zCx=y=zDx=yy=z

填空题逗号表达式的形式如下:            表达式1,表达式2  则逗号表达式的结果是()的值。

单选题表达式Datepart(yy,’2004-3-13’)+2的结果是()A’2004-3-15’B2004C’2006’D2006

单选题python中,表达式’abcab’.replace(’a’,’yy’)的值为()AyybcyybBabcCyyabDabcyy

单选题表达式datepart(yy,‘2009-5-9’)+2的结果是()。A‘2009-5-11’B2‘011-5-9’C‘2011’D2011

单选题语句“select Datepart(mm,getdate( ))”的输出结果及其类型为()A当前月份、整型B当前月份、字符型C当前月份的英文名、字符型

填空题表达式’abcab’.replace(’a’,’yy’)的值为()。