Dr. Ehoneah Obedblog.ehoneahobed.com·Oct 5, 2022Monty Bytecode Interpreter using CIn order to practicalize our knowledge of data structures like stacks and queues in C language, we were tasked with building a C program that acts as a Monty bytecode interpreter. What is the Monty Bytecode Interpreter This is a C program that will ...Discuss·16 likes·2.9K readsC Programmingc programming
Shreyos Ghoshshreyos.hashnode.dev·Aug 4, 2022Donut MathIn this blog post we will learn about how we can create a donut/torus using <C> language. Before making this blog I was reading another article written by Mr. Andy Sloane from which I came to know about the concept of this Donut Math. And my focus o...Discuss·10 likes·468 readsC