0
Is it possible to write a (non-trivial) C program without any C keywords?
2 ответов
+ 6
You can use recursion for your looping and ternary for your if's so you could do a few non-trivial programs.
+ 6
Example factorial program without keywords. Using non-standard main to avoid return keyword.
https://code.sololearn.com/c2m80330K6Bc/?ref=app