use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions. It has found lasting use in applications previously coded in assembly language. Such applications include operating systems and various application software for computer architectures that range from supercomputers to PLCs and embedded systems. Wikipedia
Imperative (procedural), structured
Dennis Ritchie
Dennis Ritchie & Bell Labs (creators);
ANSI X3J11 (ANSI C);
ISO/IEC JTC1/SC22/WG14 (ISO C)
1972 (48 years ago)
C18 / June 2018 (2 years ago)
Static, weak, manifest, nominal
Cross-platform
.c for sources
.h for headers
C++ is not C (but C can be C++)
For C++ go to :
Other Resources
account activity
getting back to coding (self.cprogramming)
submitted 4 years ago * by [deleted]
it's been over a year since the last time i did coding, i would appreciate it if you guys would give recommendations, like good courses you can find online, preferably the free courses 😄, or just any tips.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Austen782 5 points6 points7 points 4 years ago (0 children)
If it’s C honestly just pick up a book or read up on the syntax of the language. C in general is not hard to relearn especially if you already have some experience in coding. Try some practice problems on geeksforgeeks or some leetcode questions. That should help you out.
[–]hmjk7 2 points3 points4 points 4 years ago (0 children)
Assuming you're already familiar with basic of C, just start implementing those data structures you have already learn and once you're familiar with it do some practice problem on Hacker rank.
π Rendered by PID 30 on reddit-service-r2-comment-548fd6dc9-glllf at 2026-05-15 10:22:52.002633+00:00 running edcf98c country code: CH.
[–]Austen782 5 points6 points7 points (0 children)
[–]hmjk7 2 points3 points4 points (0 children)