Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
C is also a functional programming language
1
Name:
Anonymous
2013-11-18 10:44
Why not? I can just avoid side-effects. I can also treat functions as first-order data using Function pointers.
47
Name:
Anonymous
2016-11-02 19:44
>>46
C isn't purely functional. The following code will have side effects in most implementations.
int a = 5;
scanf("%d", a);
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List