Kết quả tìm kiếm

  1. K

    Các anh giúp em bài C này với ạ :( phần cuối em gọi hàm sai hay sao ý

    #include"conio.h" #include"stdio.h" #include"string.h" #define N 100 typedef struct { int phantu[N]; int n; }list; void themdau(list *ds,int phantu); void themcuoi(list*ds,int phantu); void nhap(list*ds); void nhapnguoc(list*ds); void xuat(list ds); void taorong(list*ds); void...
  2. K

    Bài tập C nhập số nguyên dương n hãy cho biết chứ số lớn nhất và chữ số nhỏ nhất.

    /em mới tìm được chữ số lớn nhất ạ chữ số nhỏ nhất em ko hiểu sao chạy ctrinh n toàn ra số 1 ak @@ giúp em với @@/ #include"stdio.h" #include"conio.h" #include"math.h" main() { int k,n,max=n%10,min=n%10; printf("Nhap n = "); scanf("%d",&n); while(n>0) { k=n%10...
Top