Ad

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Friday, February 22, 2013

Reverse a String by using Recursion......

Assalamu Alaikum.... How are you, everyone ? Today I will show how to reverse a string by using recursion in C programmimg. To understand  this program you must have a  little bit knowledge about stack. So, let's start..........



#include<stdio.h>
#include<conio.h>

Wednesday, February 20, 2013

Shut down the PC by using C

Now you can shut down your pc by a C code. It is nothing but a simple code. So, let's see..........



#include<stdio.h>
#include<stdlib.h>

Age Calculator by using C program


Assalamu Alaikum, how are you everyone ? Hope all are well. I'm back here again. Today I'm introducing a useful program. The task of this program is to calculate age from a date to another date. Hope, it would be helpful for new programmers.. Let's see..................


#include<stdio.h>

main()