簡單的C程式

2022-11-30 00:16:11 字數 736 閱讀 6654

1樓:

3全部應該是你自己**寫的時候,出現了一些拼寫和對齊問題,你注意下**的對齊狀態,整理一下我這邊是可以執行的,只是實際上可以把

c[0]=new char[20];這句去掉,因為沒有用,而且浪費了空間

#include

#include

using namespace std;

int main(void)

puts("該序號對應的學生姓名為:");

puts(c[n]);

}system("pause");

return 0;}

2樓:happy活著就好

#include

using namespace std;

int main(void)

puts("該序號對應的學生姓名為:");

puts(c[n]);

}puts("該序號對應的學生姓名為:");

char *p=c[n];

puts(p);

// puts(c[0]);

// printf("n=%d",n);

// printf("%s\n",c[0]);

system("pause");

return 0;}

3樓:黑馬

少了這句吧#include "stdafx.h"

或者在工程設定裡把預編譯頭去掉

簡單的C語言程式問題

很明顯你的程式是輸入兩個數,然後輸出大的那個數。include int max int x,int y void main 這樣就對了 include int max int x,int y viod main int max int x,int y int z if x y z x else z ...

c 程式設計,設計簡單的程式,c 程式設計,設計一個簡單的程式

include using namespace std int main int b 1 相當於int b 1 int p a int t1 0 t2 0 從第一個元素開始遍歷陣列 for int i 0 i 20 else if i 1 20 當本次搜尋第一個元素與b不相等時,並且當該元素不是倒數...

c語言 要求編寫簡單計算器的程式

include void main 方法一 include include include include struct complex multiply struct complex x,struct complex y struct complex int main struct complex...