พบ 1 ผลลัพธ์

โดย allofeve
04 ส.ค. 2014, 23:28
บอร์ด: Programming - C/C<sup>++</sup>& java
หัวข้อ: ช่วยดูโค้ดภาษาซีให้หน่อยครับว่ามันผิดตรงไหน
ตอบกลับ: 0
แสดง: 6812

ช่วยดูโค้ดภาษาซีให้หน่อยครับว่ามันผิดตรงไหน

#include <stdio.h> #include <conio.h> // function variable void mul_pro(); // sub program void mul_pro() { clrscr(); int i,n; printf("Mother Multiplication \n"); printf("enter number : "); scanf("%d",&n); clrscr(); printf("== %d == \n",n); for(i=0; i<=n; ...

ค้นหาขั้นสูง