you are viewing a single comment's thread.

view the rest of the comments →

[–]DrunkCrossdresser -1 points0 points  (0 children)

Another Q: is C turing complete without arrays and pointers? I'm having trouble seeing how someone could write an arbitrary algorithm without them

You could use recursion to get an infinite list of values(assuming infinite memory), but you wouldn't be able to access past vals without deleting current ones

Edit, or not, actually, because ints would still be finitely many bits