题目

设有定义: struct {  char mark[12];  int num1;  double num2; }t1,t2; 若变量均已正确赋初值,则以下语句中错误的是(  )。

A、t2.mark=t1.mark;

B、t2.numl=t1.numl;

C、t1=t2;

D、t2.num2=t1.num2;

提示:未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。
答案
查看答案
相关试题

public class Person {  private String name, comment;  private int age;  public Person(String n, int a, String c) {  name = n; age = a; comment = c;  }  public boolean equals(Object o) {  if(! (o instanceof Person)) return false;  Person p = (Person)o;  return age == p.age && name.equals(p.name);  }  }  What is the appropriate definition of the hashCode method in class Person?() 

A、 return super.hashCode();

B、 return name.hashCode() + age * 7;

C、 return name.hashCode() + comment.hashCode() /2;

D、 return name.hashCode() + comment.hashCode() / 2 - age * 3;

数据库设计人员和用户之间沟通信息的桥梁是()。

A、程序流程图

B、实体联系图

C、模块结构图

D、数据结构图

如果一个顾客抱怨应用程序在屏幕上面显示界面太小以至于很难看清楚,工程师该如何设置视频?()

A、降低屏幕的像素个数

B、增加硬件的图形处理速度

C、增加显示器的水平分辨率

D、降低显示器的垂直分辨率

You have been asked to use a 25 bit subnet mask to segment the following network block: 209.18.12.0. How many usable will there be per subnet?()

A、2 hosts

B、120 hosts

C、126 hosts

D、255 hosts

王某,女性,诊断为特发性血小板减少性紫癜3年。目前血小板计数下降为15×109/L,护士对其进行护理时,最应警惕的表现是()

A、发热

B、咳嗽

C、肛周疼痛

D、剧烈头痛

E、皮肤出血点增多

联系我们 会员中心
返回顶部