รูปแบบ การใช้pointer ที่พบบ่อยใน c/c++
Printable View
09-10-2007, 06:40 PM
nant
[code]#include <stdio.h>
int f(int *x);
int main(){