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 is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

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 is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Wednesday, August 29, 2012

Crown Shape

Problem:

                        *
                       ***
                      *****
                     *******
               ********************
                ******************
                 ****************
                  **************
                   ************
     Write a C program to draw it.

Monday, August 27, 2012

Shape #00

Problem:

               $$$$$$$$$
               $$$$ $$$$
               $$$   $$$
               $$     $$
               $       $
     Write a C program to draw it.

Sand timer: 02

Problem:

               *********
                *******
                 *****
                  ***
                   *
                   *
                  ***
                 *****
                *******
               *********
     Write a C program to draw it.

Sand timer: 01

Problem:

               *********
                *******
                 *****
                  ***
                   *
                  ***
                 *****
                *******
               *********
     Write a C program to draw it.

Sunday, August 26, 2012

Blank Diamond

Assalamu Alaikum. Hope, you all are well by the grace of Almighty ALLAH. Today we learn how to draw a blank diamond by C programming. Take a look at the problem.

Problem:

               *********
               **** ****
               ***   ***
               **     **
               *       *
               **     **
               ***   ***
               **** ****
               *********
     Write a C program to draw it.

Saturday, August 25, 2012

Diamond Shape: 02

Problem:

                      *
                    * * *
                  * * * * *
                * * * * * * *
              * * * * * * * * *
                * * * * * * *
                  * * * * *
                    * * *
                      *
     Write a C program to draw it.

Diamond Shape

Assalamu Alaikum. Hope, you all are well by the grace of Almighty ALLAH. Today we learn, how to draw a diamond shape by C programming. Take a look at the problem.

Problem:

                    *
                   ***
                  *****
                 *******
                *********
                 *******
                  *****
                   ***
                    *
     Write a C program to draw it.

Square Shape: 05

Problem:

               a a a a a
               b b b b b
               c c c c c
               d d d d d
               e e e e e
     Write a C program to draw it.

Square Shape: 04

Problem:

               a b c d e
               a b c d e
               a b c d e
               a b c d e
               a b c d e
     Write a C program to draw it.

Square Shape: 03

Problem:

               1 1 1 1 1
               2 2 2 2 2
               3 3 3 3 3
               4 4 4 4 4
               5 5 5 5 5
     Write a C program to draw it.

Square Shape: 02

Problem:

               1 2 3 4 5
               1 2 3 4 5
               1 2 3 4 5
               1 2 3 4 5
               1 2 3 4 5
     Write a C program to draw it.

Square Shape

Assalamu Alaikum. Hope, you all are well by the grace of Almighty ALLAH. Today we learn how to draw a square shape by C programming. Take a look at the problem.

Problem:

               * * * * *
               * * * * *
               * * * * *
               * * * * *
               * * * * *
     Write a C program to draw it.

Wednesday, August 22, 2012

Pascal's Pyramid

Assalamu Alaikum. Hope you all are well by the grace of Almighty ALLAH. Today, we learn how to write a C programming code of a Pascal's pyramid. take a look at the problem.

Problem:

                            1
                          1   1
                        1   2   1
                      1   3   3   1
                    1   4   6   4   1
     Write a C program to draw it.

Palindrome Char Pyramid: 02

Problem:

                        a
                      b a b
                    c b a b c
                  d c b a b c d
                e d c b a b c d e
     Write a C program to draw it.

Palindrome Char Pyramid: 01

Problem:

                        a
                      a b a
                    a b c b a
                  a b c d c b a
                a b c d e d c b a
     Write a C program to draw it.

Pyramid Shape: 03

Problem:

                        a
                      b b b
                    c c c c c
                  d d d d d d d
                e e e e e e e e e
     Write a C program to draw it.

Floyd's Triangle

Assalamu Alaikum. Hope, you all are well by the grace of Almighty ALLAH. Today, we learn how to write a C programming code for Floyd's triangle. Take a look at the problem.

Problem:

               1
               2  3
               4  5  6
               7  8  9  10
               11 12 13 14 15
     Write a C program to draw it.

Pyramid Shape: 02

Problem:

                        1
                      2 2 2
                    3 3 3 3 3
                  4 4 4 4 4 4 4
                5 5 5 5 5 5 5 5 5
     Write  a C program to draw it.

Palindrome Number Pyramid: 02

Problem:

                        1
                      2 1 2
                    3 2 1 2 3
                  4 3 2 1 2 3 4
                5 4 3 2 1 2 3 4 5
     Write a C program to draw it.

Palindrome Number Pyramid: 01

Problem:

                        1
                      1 2 1
                    1 2 3 2 1
                  1 2 3 4 3 2 1
                1 2 3 4 5 4 3 2 1

Write a C program to draw it.

Pyramid Shape

Assalamu Alaikum. Hope, you all are well by the grace of Almighty ALLAH. Today we learn how to do a C programming code of a simple pyramid shape. Take a look at the problem.

Problem:

                    *
                   ***
                  *****
                 *******
                *********
     Write a C program to draw it.

Tuesday, August 21, 2012

Triangle Shape: 07

Problem:

                   *
                  **
                 ***
                ****
               *****
     Write a C program to draw it.

Triangle Shape: 08

Problem:

                   a
                  ab
                 abc
                abcd
               abcde
     Write  a C program to draw it.

Sunday, August 19, 2012

Triangle Shape: 06

Problem:

               ABCDE
               ABCD
               ABC
               AB
               A
     Write a C program to draw it.

Triangle Shape: 05

Problem:

               *****
               ****
               ***
               **
               *
     Write a C program to draw it.

Triangle Shape: 04

Problem:

               a
               bb
               ccc
               dddd
               eeeee
     Write a C program to draw it.

Triangle Shape: 03

Problem:

               a
               ab
               abc
               abcd
               abcde
     Write a C program to draw it.

Triangle Shape: 02

Problem:

               1
               22
               333
               4444
               55555
     Write a C program to draw it.

Triangle Shape: 01

Problem:

               1
               12
               123
               1234
               12345
     Write a C program to draw it.

Triangle Shape

Assalamu Alaikum. Hope you all are well by the grace of Almighty ALLAH. Today we learn how to write a C programming code of a simple triangle. Take a look at the problem.

Problem:

               *
               **
               ***
               ****
               *****
     Write a C program, to draw it.

Saturday, August 18, 2012

Prime Factors

Assalamu Alaikum. Hope, you all are well by the grace of Almighty ALLAH. Today we learn how to find out the prime factors of an integer by C programming. Take a look at the problem.

Problem: A positive integer is entered through the keyboard. Write a program to obtain the prime factors of this number.

Sample Input:  24
Sample Output: 2, 2, 2, 3

Prime Count between limits

Assalamu Alaikum. Hope, you all are well by the grace of Almighty ALLAH. Today we learn how to count prime numbers between limits. Take a look at the problem.

Problem: Write a program that prints the number of total prime numbers between X and Y, where Y > X. If X is lower than Y, a message will be given "Invalid Range".

Thursday, August 16, 2012

Maximum & Minimum Prime between limits

Assalamu Alaikum. Hope, you all are well by the grace of Almighty ALLAH. Today we learn how to find out the minimum and maximum prime number between two limits. Take a look at the problem.

Problem: Write a program that prints the maximum and minimum prime numbers between X and Y, where Y > X. If X is lower than Y a message will be given "Invalid Range".

Minimum Prime between limits

Assalamu Alaikum. Hope, you all are well by the grace of Almighty ALLAH. Today we learn how to find out the minimum prime number between limits. Take a look at the problem.

Problem: Write a program that prints the minimum prime number between X and Y, where Y > X. User will input the value of X and Y. If X is lower than Y, a message will be given "Invalid Range".

Maximum Prime between limits

Assalamu Alaikum. Hope, you all are well by the grace of Almighty ALLAH. Today we learn, how to find out the maximum prime number between two limits. Take a look at the problem.

Problem: Write a program that prints the maximum prime number between X and Y, where Y > X. User will input the value of  X and Y. If X is lower than Y a message will be given "Invalid Range".

Prime Number Generate

Assalamu Alaikum. Hope you all are well by the grace of Almighty ALLAH. Today we learn, how to find out the prime numbers between two limits. Take a look at the problem.

Problem: Write a program that prints the list of all prime numbers between X and Y, where Y > X. User will input the value of  X and Y. If  X is lower than Y a message will be given "Invalid Range".

Prime Number

Assalamu Alaikum. Hope, you all are well by the grace of Almighty ALLAH. Today we learn how to write a  C programming code of a prime number. take a look at the problem.

Problem: Write a program to check whether a number is prime or not.

Sunday, August 12, 2012

Strong Number Generate

Assalamu Alaikum. Hope, you all are well by the grace of Almighty ALLAH. Today we learn how to find out the strong numbers between two limits. take a look at the problem.

Problem: Write a program that prints the list of all strong numbers between X and Y. where Y > X. User will input the value of X and Y. If X is lower than Y a message will be given "Invalid Range".

Strong Number

Assalamu Alaikum. Hope you all are by the grace of Almighty ALLAH. Today we learn how to write a C programming code of a strong number. take a look at the problem.

Problem: Write a program to check whether a number is strong or not.

Armstrong Number Generate

Assalamu Alaikum. Hope, you all are well by the grace of Almighty ALLAH. Today we learn how to find out the Armstrong number up to a limit. Take a look at the problem.

Problem: Write a program that prints the list of all Armstrong numbers up to the limit. User will input the value of the limit.

Armstrong Number

Assalamu Alaikum. Hope you all are well by the grace of Almighty ALLAH. Today we learn how write a C programming code of a Armstrong Number. Take a look at the problem.

Problem: Write a program to check whether a number is Armstrong or not.

Friday, August 10, 2012

Palindrome Number Generate

Assalamu Alaikum. Hope you all are well by the grace of Almighty ALLAH. Today we learn how to find out the perfect numbers between limits. take a look at the problem.

Problem: Write a program that prints the list of all palindrome numbers between X and Y. where Y>X. User will input the value of X and Y. If X is not lower than Y a message will be given "Invalid Range".

Palindrome Number

Assalamu Alaikum. Hope, you all are well by the grace of Almighty ALLAH. Today we learn how to write a C programming code of a palindrome number. take a look at the problem.

Problem: Write a program to determine whether the input number is palindrome or not.