C语言帝国

X 我知道了TIPS:左右滑动导航栏可以查看更多栏目

订阅RSS
  • 首页
  • C语言帝国QQ群
  • 首页
  • C语言帝国QQ群

peterzhu_1 的 站内主页

2006
09-03

请教一个数据存储的高低地址问题 VIEW

peterzhu_1编程问题提问区3 条评论

typedef struct tag_PLAYER { unsigned char bFlag; unsigned short sSum; union   {    unsigned char strName[3];    unsigned long IPlayerId;    unsigne.... Read More >
2006
09-03

请教函数调用的问题 VIEW

peterzhu_1编程问题提问区2 条评论

#include<stdio.h>func( int a, int b){ int c;c=a+b;return c;}main(){ int x=6, y=7, z=8, r;r=func( x--,y==,x+y),z--);printf("%d\n",r);}上面程序的输出结果是A) 11       &nb.... Read More >
2006
08-31

请教一个结构体题目 VIEW

peterzhu_1编程问题提问区3 条评论

struct struct_A{int a;char b;int c;short d;}   struct struct_B{  int a;  char b;  short c;  int d;  } struct_A a; struct _B b;问:si.... Read More >
2006
08-30

请教一个题目? VIEW

peterzhu_1编程问题提问区5 条评论

函数指针:定义:typedef void (F1)(int p1, int p2)   typedef void (*F2)(int p1, int p2)   test (int p1, int p2);    F1 * fp1;   F2  fp2;   F1  fp3;问.... Read More >
作者档案

昵称:peterzhu_1

邮箱:andyandjodan@163.com

返回顶部     登录  注册   网站地图   闽ICP备05035124号-7
©2013 C语言帝国