C統合・質問スレッドat TECHC統合・質問スレッド - 暇つぶし2ch166:160 04/05/27 20:14#include <stdio.h> #include <conio.h> int main() { int *ptr; int a[2][2],b; *ptr = a; a[1][2]=5; b=*ptr[1*2+1]; printf("%d",b); getch(); } 次ページ続きを表示1を表示最新レス表示レスジャンプ類似スレ一覧スレッドの検索話題のニュースおまかせリストオプションしおりを挟むスレッドに書込スレッドの一覧暇つぶし2ch