問答題

【簡答題】輸入一字符串,按相反次序輸出其中的所有字符。(要求用指針方法實現(xiàn))

答案: #include "string.h"
#include "stdio.h"
main()
題目列表

你可能感興趣的試題

問答題

【簡答題】輸入x的值,按公式計算并輸出y的值。(當x<=1,y=x;當l=10,y=3x-11)。

答案: main()
{float x,y;
scanf("%f",&x);
if(x<=1.0)...
問答題

【簡答題】輸入一個整數(shù),輸出其符號(若x>=0,輸出1,若x

答案: main()
{int x fx;
scanf("%d",&x);
if(x<0)fx=-...
微信掃碼免費搜題