卓银软件(深圳)有限公司 VC++高级开发工程师笔试题
10-15 23:59:20
来源:http://www.qz26.com 笔试题目 阅读:8548次
导读:选择题1:In Object Oriented Programming, how would you describe encapsulation?A.The conversion of one type of object to another.B.The runtime resolution of method calls.C.The exposition of data.D.The separation of interface and implementation.2:在软件生命周期中,下列哪个说法是不准确的?A.软件生命周期分为计划、开发和运行三个阶段B.在计划阶段要进行问题焉醛和需求分析 C.在开发后期要进行编写代码和软件测试 D.在运行阶段主要是进行软件维护 3:Which of the following operations can you NOT perform on an ADO.NET DataSet?A.A DataSet can be synchronised with a Re
卓银软件(深圳)有限公司 VC++高级开发工程师笔试题,标签:银行笔试题目,企业笔试题目,http://www.qz26.com
则执行以下程序段的输出结果为( )。
switch (a)
{
case 1:
switch (b)
{
case 0:printf("**0**");break;
case 1:printf("**1**");break;
}
case 2:printf("**2**");break;
}
printf("\n");
选择题
1:In Object Oriented Programming, how would you describe encapsulation? 2:在软件生命周期中,下列哪个说法是不准确的? 3:Which of the following operations can you NOT perform on an ADO.NET DataSet? 4:- 下述程序代码中有语法错误的行是( )。
- int i,ia[10],ib[10]; /*第一行*/
- for (i=0;i<=9;i++) /*第2行*/
- ia[i]=0; /*第3行*/
- ib=ia; /*第4行*/
则执行以下程序段的输出结果为( )。
switch (a)
{
case 1:
switch (b)
{
case 0:printf("**0**");break;
case 1:printf("**1**");break;
}
case 2:printf("**2**");break;
}
printf("\n");
Tag:笔试题目,银行笔试题目,企业笔试题目,求职笔试面试 - 笔试题目