Results 1 to 9 of 9

Thread: plz an expert help me

  1. #1
    teepar is offline Senior Member+
    Last Online
    17th September 2013 @ 02:10 PM
    Join Date
    19 Feb 2009
    Age
    39
    Posts
    40
    Threads
    4
    Credits
    0
    Thanked
    0

    Default plz an expert help me

    Muje Array nahi ata.
    plz any expert jo muje is ka deep concept bataye plz.
    pore detail ke sath.
    i need it very urgent plz.

  2. #2
    ishwa's Avatar
    ishwa is offline Senior Member+
    Last Online
    15th June 2010 @ 06:17 PM
    Join Date
    04 Jun 2010
    Location
    dil walon ki nagri mein
    Posts
    242
    Threads
    4
    Credits
    0
    Thanked
    3

    Default

    ok i'll try,

    its a l'le bit difficult..but surely i'll try it

  3. #3
    IDREES KHATTAK is offline Junior Member
    Last Online
    7th June 2010 @ 09:16 PM
    Join Date
    18 May 2010
    Age
    33
    Posts
    1
    Threads
    0
    Credits
    935
    Thanked
    0

    Default

    salam array ke baray main jo pochna hai main insahllah madad karou ga.

  4. #4
    Ganxtr's Avatar
    Ganxtr is offline Advance Member
    Last Online
    5th July 2019 @ 09:15 AM
    Join Date
    15 Nov 2009
    Location
    CRIME CITY
    Posts
    1,740
    Threads
    18
    Credits
    83
    Thanked
    100

    Default

    :-d

  5. #5
    WASIM AMIN is offline Junior Member
    Last Online
    16th January 2012 @ 01:57 PM
    Join Date
    01 Jan 2010
    Location
    Faisalabad
    Age
    32
    Posts
    6
    Threads
    0
    Credits
    0
    Thanked
    0

    Default Array

    Hello i am wasim amin i am not an expert of c++ but i am sure that it is not difficult to learn array oh just array a simple topic....But tell me that do you want to learn it from the just beginning???

  6. #6
    Naeem Akbar is offline Senior Member+
    Last Online
    19th May 2012 @ 08:51 PM
    Join Date
    20 Dec 2009
    Age
    34
    Posts
    64
    Threads
    11
    Credits
    0
    Thanked
    0

    Default

    Jani ek Array mein hum ek se zeyada value store kar sakte hai jo ke hum variable mein nai store kar sakte variable me seruf ek value store karte hai.

  7. #7
    Shining Star's Avatar
    Shining Star is offline Senior Member+
    Last Online
    25th November 2011 @ 10:38 PM
    Join Date
    02 Dec 2010
    Gender
    Male
    Posts
    201
    Threads
    2
    Credits
    0
    Thanked
    2

    Default

    Quote Naeem Akbar said: View Post
    Jani ek Array mein hum ek se zeyada value store kar sakte hai jo ke hum variable mein nai store kar sakte variable me seruf ek value store karte hai.


    g janab

  8. #8
    sirphira is offline Junior Member
    Last Online
    25th February 2011 @ 06:32 AM
    Join Date
    25 Feb 2011
    Gender
    Male
    Posts
    3
    Threads
    0
    Credits
    0
    Thanked
    0

    Default

    int *a; //pointer
    int b[10]; //array

    a and b are both memory address

    array and pointers are very difficult to understand. first pointer ko ache trah samjo

  9. #9
    alims is offline Junior Member
    Last Online
    16th October 2012 @ 11:38 PM
    Join Date
    25 Jul 2009
    Posts
    20
    Threads
    3
    Credits
    0
    Thanked
    0

    Default about Array

    Quote teepar said: View Post
    Muje Array nahi ata.
    plz any expert jo muje is ka deep concept bataye plz.
    pore detail ke sath.
    i need it very urgent plz.
    dear array ko hum sequence ye serilization k lye istemal karte hain..
    suppose ap aek school mein jate hain, ap ko aik admission form fill karne k lye diya jata hai, wesa hi admission form kisi dosray student ko dya jata hai, tou ab en k darmyan faraq kaha se karna hai k konsa form kis student ka hai? ab agar har form us student k nam se rakha jaye ga to data zyada ho jaye ga. lekin agar us ko serialize kar dya jaye like form1,form2,form3...so on..
    tou hum es se jaldi search kar len ge.. kyon k humne har admisison form ko aik number laga kar student ko de dya hai.....
    this is the us of array


    void main()
    {
    int a(10);//creates 11 object like a(0),a(1)......a(10)
    a(0) = 1;
    a(1) = 2;
    a(2) = 3;
    a(3) = 4;
    a(9) = 5;
    a(5) = 6;
    a(6) = 7;
    a(7) = 8;
    a(8) = 9;
    a(9) = 10;
    a(10) = 11;

    cout<<a(0);
    cout<<a(1);
    cout<<a(2);
    cout<<a(3);
    cout<<a(4);
    cout<<a(5);
    cout<<a(6);
    cout<<a(7);
    cout<<a(8);
    cout<<a(9);
    cout<<a(10);

    return true;
    }

Similar Threads

  1. Replies: 4
    Last Post: 4th August 2020, 10:52 PM
  2. khan gae expert jo khate hai it pe expert hain
    By azeemmahar in forum Mobile phones problems and Help Zone
    Replies: 2
    Last Post: 5th January 2015, 03:17 PM
  3. Replies: 19
    Last Post: 26th July 2009, 11:28 AM

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
  •