Hi everyone!

Use this space to share anyt...
# **Rules**
The Repl.it community is a place for users to share code, ask questions, and discuss coding-related subjects. We're committed to making i...
Hey there replers, we back at it again! Here are this month's **MONTHLY REPLS**! For those who do not know what these are, these are the repl talk pos...
You know those "Python interpreters" which are really just `eval(input())` (or `exec(input())`)? Well, I decided to make the polar opposite of that —...
# C RPG Game
After many segmentation faults, stack smashes, floating-point errors, and some more errors, I am proud to announce...
**C RPG Game**
##...
## Hello, again
Lol. Ok. This time I am actually sticking with the language. This language is Bite, yes I know I said I was making Bite like 2 months...
Hi! It's been a long, _very long_, time since I've posted and asked a question.
I am learning Intel syntax Assembly, and I am now trying to gather in...
Hi!
I have created the most useless C project ever. I think it is a bit self explanatory lol.
If this is counted as spam I will take it down, I just...
This is another game i created the controls are simple you just have to hover your cursor over the flying fruits to slice them.The game is kinda full...
I was just checking out all the functionalities in C compiler. I wanted to include the graphics header file. It say that 'File does not exist'. Is the...
Hi. So I am currently starting a _new_ programming language called _Bite_ and this language is aimed to further advanced features to work with memory...
donut.c - donut shaped c code that outputs a spinning donut
# [Source - I take no credit for this](https://www.a1k0n.net/2011/07/20/donut-math.html)
This is C code that outputs a spinning ASCII donut.
### **T...
"Objects in javascript" I'm confusing can anyone solve this and explain?
Write a function that takes in a parameter `student` which is a JavaScript object.
It should print the `properties` of the object.
For example if we...
Bug ? My console is showing only half itself, did i do something wrong ?
Since yesterday, when I go in a repl.it the console is showing only half my commands and can't display correctly below tha half of my screen, it seems...
Coyote is *the* static scripting language, designed by @DarkUranium with help from @pixelherodev. The flexibility and interoperability of Lua, with al...
So, you might have already seen @StudentFires 's attempt at a fast and accurate π approximation in C++...
So, here are two actually fast and accurate...
What does the number 4195648 have to do with anything in C?
Oh boy, pure C.
I'm rushing into learning C by attempting to implement a hash map using linked lists. So far, I figured out how structs and pointers...
I am new to c and i just learn upto arrays,i need someone who can join in my team and help me to create logic in programming to make something upto i...
Hey everyone, I just wanted to share a little project that I've been working on. I've always loved text based RPGs, so I decided that I was going to s...
I create a function in C programming language for removing the start and last curly braces form json and store that data in variable but i am getting...
Weekly Challenge #1 - C Solution - Proof of Concept - NOT MY SUBMISSION
I know the challenge says that we can't use external libraries, but C requires using libraries for basic I/O.
Thank you to @CodingCactus for letting...
# Chapter five: The Empire points back
Today, we will be talking about one of the most loved/feared C features.
That's right: `pointers` (As defined...