Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
where do you put the * in type declarations?
1
Name:
Anonymous
2011-08-01 13:57
a) int *p;
b) int* p;
c) int * p;
d) int*p;
c) here
18
Name:
Anonymous
2011-08-01 20:16
Use b in a typedef and then use that typedef to declare the necessary variables.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List