题目内容

#include<stdio.h>
void swap(int *P,int *q)
{
int t;
t=*P;*P=*q;*q=t;
}
main()
{int a=10,b=20;swap(&a,&b);
printff"%d%d\n",a,b);
}

查看答案
更多问题

若当前文件目录为C:\tc,在C语句中下列能表示文件tc.c的是

A. tc.c
B. C:tc\tc.c
C:\tc\tc.c
D. C\tc\tc.c

Traditional linguists believe that the ______ form. of language was superior to the spoken

In the ______ Approach, teaching materials used often teach the language needed to express

Krashen argues that attitudinal factors also play an important role in acquiring a second

答案查题题库