This Programming Page can be used for student who learn programming in School as well as College. The purpose of this blogger is to solve student programming problem.

Enter Header Image Headline Here

Tuesday 21 April 2015

Tuesday 7 April 2015

Print Pattern


Print the Following Pattern

                                                                          For C++


                    #include<iostream.h>
                         void main()
                     {
                      int a,i;
                           clrscr();
                           
                   for(i=65;i<=70;i++)
                   {
                   for(int j=65;j<i;j++) 
                    {
                   cout<<j;
                               }
                    cout<<"\n";
                        }
                      getch();
                       }



                                                                           For C

         #include<stdio.h>
         #include<conio.h>
             void main()
             {
                 int i ,j;
             for(i=65;i<=70;i++)                    
               {
               for(j=65;j<i;j++)
            {
                printf("%d",j);
                     }
                printf("\n";
                     }
getch();
}



Monday 6 April 2015

Coding Website

Hi this is my first blog for coding.
Copyright 2015-2016 .Hosted by- CS-2nd . Powered by Blogger.

About Me

Advertise

Search This Blog

Ads

Flickr Images

Advertisement With Us