C PROGRAM: TO MULTIPLY TWO NUMBERS USING POINTER. CODING: #include<stdio.h> #include<conio.h> void main() { int num1,num2,mul,*p1,*p2;
確定! 回上一頁