【简答题】以下程序的输出结果是 include<stdio.h> struct st i int x;int *y;}*p; int dt[4]={10,20,30,40}; struct st aa[4]={50,&dt[0],60,&dt[0],60,&it[0],60,&dt[0],}; main() { p=aa; printf('%d/n',++(p->x));}
【判断题】由于电阻炉炉温控制准确,因此在锻造生产中常用中温炉加热有色金属,用高温炉加热高合金钢和高温合金.
【单选题】常用于制造高温绝缘构件的陶瓷合金材料是()。
【单选题】以下程序的输出结果是______。 struct date { long *a; struct date*next; double b; }too; printf('%d',sizeof(too));
【简答题】金属钨用途广泛,主要用于制造硬质或耐高温的合金,以及灯泡的灯丝。高温下,在密闭容器中用H 2 还原WO 3 可得到金属钨,其总反应为: WO 3 (s) + 3H 2 (g) W (s) + 3H 2 O (g) 请回答下列问题: ⑴上述反应的化学平衡常数表达式为___________________________。 ⑵某温度下反应达平衡时,H 2 与水蒸气的体积比为2:3,则H 2 的平衡转化...
【单选题】以下程序的输出结果是 #include<stdio.h> main() { union un{ int i; long k; char c;}; struct byte{ int a; long b; union un c;}r; printf('%d/n',sizeof(r));}
【简答题】金属钨用途广泛,主要用于制造硬质或耐高温的合金,以及灯泡的灯丝.高温下,在密闭容器中用H 2 还原WO 3 可得到金属钨,其总反应为:WO 3 (s)+3H 2 (g) 高温 W (s)+3H 2 O (g) 请回答下列问题: (1)上述反应的化学平衡常数表达式为 . (2)某温度下反应达平衡时,H 2 与水蒸气的体积比为2:3,则H 2 的平衡转化率为 ;随温度的升高,H 2 与水蒸气的体积比减...
【单选题】以下程序的输出结果是______。#include<stdio.h>struct stu{ int num; char name[10]; int age;};void fun(struct stu*p){ printf('%s/n',(*p).name);}main(){ struct stu students[3]={ {9801,'Zhang',20}, { 9802,'Wang',19},...
【单选题】铝铜合金常用于制造高强度或高温条件下工作的零件,如 等。
【单选题】以下程序的输出结果是 ( ) struct st { int x; int * y;} * p; int dt[4]={10,20,30,40}; struct st aa[4]={50,&dt[0],60,& dt[0],60 &dt[0],60,&dt [0]}; main( ) { p=aa; printf('%d/n',+ +(p->x)); }