Quantcast
Channel: Programming Spark
Browsing all 25 articles
Browse latest View live

C program to print the calender of given month and year or to print the day...

Here I am providing you with two programs,first program takes the date as an input and prints day as the output and the second program prints the entire month's calender as output.Both this program...

View Article


C program to print string in reverse order using Stack

Here we will print the string in reverse order using stack. C program to implement Stack [using Array] This program will help you to understand the working of stack. Program to print String in reverse...

View Article


Working of Recursion in detail [using Stack] with examples

Introduction What is recursion? [basic definition] In Simple language a function which calls itself is called recursion. Recursion is often better alternative to iterative method as complex problems...

View Article

Snake Game Program in C using Linked List in detail with explanation [mini...

Before starting with Snake game program you should be clear with linked list and basic c graphics program.This program can be used as mini project in two subjects i.e DATA-STRUCTURE and COMPUTER...

View Article

Tic Tac Toe Game Program in C Man Vs Computer Artificial Intelligent [Mini...

Tic Tac Toe Game Program in C Man Vs Computer Artificial Intelligent.I started working on this in my second year of engineering and completed Man Vs Man and had idea to turn it into Computer Vs man...

View Article

Browsing all 25 articles
Browse latest View live