1/* Answer to: "c" */
2
3/*
4 To learn about the letter 'C' you go to the Wikipedia:
5 https://en.wikipedia.org/wiki/C
6 ...but this is a Chrome Exstention for developers:
7
8 C is a general-purpose, procedural computer programming language
9 supporting structured programming, lexical variable scope, and
10 recursion, while a static type system prevents unintended
11 operations.
12
13 Here's the Wikipedia:
14 https://en.wikipedia.org/wiki/C_(programming_language)
15*/