iT邦幫忙

0

請參考下列程式,並利用指標將小於20的陣列元素設值為20及印出

  • 分享至 

  • xImage

請參考下列程式,並利用指標將小於20的陣列元素設值為20及印出

int main (void)
{
int num[3][4] = { {12, 23, 42, 18}, {43, 22, 16, 14}, {31, 13, 19, 28} };
int m, n;

.......... /*  請將程式寫在這裡 */

return 0;

}

Example:
20 23 42 20
43 22 20 20
31 20 20 28

看更多先前的討論...收起先前的討論...
Han iT邦研究生 1 級 ‧ 2022-03-10 14:51:37 檢舉
作業加油
小魚 iT邦大師 1 級 ‧ 2022-03-10 20:51:00 檢舉
3000
我比較好奇為何歸類
c/c++系列文章
小魚 iT邦大師 1 級 ‧ 2022-03-12 08:14:40 檢舉
因為用的語言是C++吧
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

1
海綿寶寶
iT邦大神 1 級 ‧ 2022-03-10 15:56:52

比較困難的部份該是指標吧...

試做結果如下
https://ithelp.ithome.com.tw/upload/images/20220310/20001787AEZHPiXo8u.png

尼克 iT邦大師 1 級 ‧ 2022-03-11 08:54:26 檢舉

釣魚嗎?/images/emoticon/emoticon07.gif

比較像是實驗
/images/emoticon/emoticon25.gif

我要發表回答

立即登入回答