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.

Sunday, September 30, 2012

Electrical Circuits 1 Lab

Friday, September 14, 2012

Reverse Order

Assalamu Alaikum. Hope, you all are well by the grace of Almighty ALLAH. Today, we learn, how to print array's elements in reverse order. Take a look at the problem:

Problem: Write a program to read in an array of integers and print it's elements in reverse order.

Wednesday, September 12, 2012

Index: Array

Beginning

Array


  • Similar objects are grouped.
  • Its syntax is

Saturday, September 8, 2012

Star Shape

Problem:


                  *
                 ***
                *****
               *******
          ******************
           ****************
            **************
             ************
            **************
           ****************
          ******************
               *******
                *****
                 ***
                  *

Write a C program to draw it.