Results 1 to 12 of 13

Thread: AAp b c++ ka ak pattern post karain

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Motri's Avatar
    Motri is offline Advance Member
    Last Online
    16th January 2024 @ 01:27 PM
    Join Date
    14 Oct 2013
    Location
    Sargodha
    Age
    27
    Gender
    Male
    Posts
    770
    Threads
    67
    Credits
    1,924
    Thanked
    58

    Exclamation AAp b c++ ka ak pattern post karain



    c++ pattern source code

    7
    5 5
    3 3 3
    1 1 1 1


    یہ کوڈ لکھنے سے اوپر والی آوٹ پٹ شو ہوگی
    ‪#‎include‬ <iostream.h>
    #include<conio.h>
    void main ()
    {int i,j,k,l=7;
    for(i=1;i<=4;i++)
    { for(j=4;j>i;j--)
    cout<<"\t";
    for(k=1;k<=i;k++)
    cout<<l<<"\t";
    cout<<endl;
    l=l-2;}
    getch();
    }
    Last edited by SHonas; 5th March 2015 at 11:20 AM. Reason: reason: ROMAN URDU NOT ALLOWED(ONLY URDU ALLOWED)

Similar Threads

  1. Replies: 55
    Last Post: 17th November 2015, 02:42 PM
  2. shahbaz sharif Lap top scheme
    By ahmad72 in forum Educational Help
    Replies: 8
    Last Post: 25th October 2014, 03:10 PM
  3. Apne Internet Speed Tests Yahan Post Karain
    By King_Roger in forum General Discussion
    Replies: 10
    Last Post: 2nd April 2012, 10:52 PM
  4. Menu Popup Ko Fast Karain
    By sohailb in forum General Discussion
    Replies: 4
    Last Post: 22nd July 2011, 03:03 AM
  5. Administrator ko welcome screen pay show karain
    By junaidali15 in forum General Discussion
    Replies: 2
    Last Post: 4th September 2008, 04:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •