C Programming

Snake Game – C Imlementation

Snake Game – C Imlementation

This C program simulates the game "snake" which is usually available in old mobile phones. A string of characters moves on the screen according to…

C Program – Tic-Tac-Toe Game – Command Line

This is a console version of Tic Tac Toe computer game written in c programming language. The game runs in text mode of command prompt…

How to Paint in DoS Mode in C [Command Line]

This C program allows you to paint in graphics mode under Dos Prompt. It uses graphic library grphics.h which is available in Turbo C++ Compiler…

C Program to show Fibonacci Sequence

This C program prints out the first Fibonacci series of N numbers. In mathematics, the Fibonacci numbers are a sequence of numbers named after Leonardo…

GNU coding styles and standards

Reference standards Don't in any circumstances refer to Unix source code for or during your work on GNU! (Or to any other proprietary programs.) If…

C Program to create Turbo C compiler UI

This is a small C program that demonstrates Turbo C Compiler User Interface. This is done by using graphics library in C.

Profit/Loss Calculator

This is a small utility written in C Programming Language to calculate the net income by checking a person's salary and monthly expenses. On the…

Text editor

This program is written in pure C programming language. The interface of the C program is just like Turbo C/C++ compiler like interface, and it…