where do you put the * in type declarations?
Name:
Anonymous
2011-08-01 13:57
a) int *p;
b) int* p;
c) int * p;
d) int*p;
c) here
Name:
Anonymous
2011-08-01 13:59
Neither.
Name:
Anonymous
2011-08-01 14:03
In YOuRe AnUs ;-)
Name:
Anonymous
2011-08-01 14:03
I don't use obsolete languages.
Name:
Anonymous
2011-08-01 14:09
>>3
your pointer fells good man.
Name:
Anonymous
2011-08-01 15:21
e) var p *int
Name:
Anonymous
2011-08-01 15:23
f) whatever ``in Lisp'' does.
Name:
Anonymous
2011-08-01 15:24
g) p : int ref
h) p :: Ref Int
i) (: p (Boxof Integer))
j) Cudder.
Name:
Cairnarvon
!WokonZwxw2
2011-08-01 15:30
They're all pointers to the same entity. What kind of programmer are you.
Newer Posts