Search:

Type: Posts; User: anny

Search: Search took 0.00 seconds.

  1. thnxxxx Adak...i got d ans....:biggrin:

    thnxxxx Adak...i got d ans....:biggrin:
  2. ok i'l try...

    ok i'l try...
  3. sry i forget to write structure code public...

    sry i forget to write structure code


    public struct StudentDetails
    {
    public string name;
    public int mark;
    }
  4. Use of struct to display student who are in top 5

    i wnt to display student who get highest marks among them...i have code for finding maximum marks from them but don't kne how to print only top 5 student...so plz help me:(



    static void...
  5. Replies
    18
    Views
    2,449

    m solliiiiiiii :rolleyes: i jst thought ki u...

    m solliiiiiiii :rolleyes: i jst thought ki u didn't saw my msg!!!!
  6. Replies
    18
    Views
    2,449

    OMG.....:biggrin: gr888888.....thnxxxx...

    OMG.....:biggrin: gr888888.....thnxxxx alot....finally i got d solution for dis...:) & bt offcures bcz of YOU only!!!!! thnx once again....
  7. Replies
    18
    Views
    2,449

    plz tell me hw to print whole diamond....?...

    plz tell me hw to print whole diamond....? :confused:
  8. Replies
    18
    Views
    2,449

    oh thnx....it shows correct o/p...:) now how to...

    oh thnx....it shows correct o/p...:) now how to print remaining part?
  9. Replies
    18
    Views
    2,449

    dis code will giv o/p lik dis: ----1 ---121...

    dis code will giv o/p lik dis:
    ----1
    ---121
    -12321
    1234321
    bt i wnt o/p lik dis:
    ----1
    ---121
    -12312
    1234123
  10. Replies
    18
    Views
    2,449

    class Program { static void...

    class Program {
    static void Main(string[] args)
    {
    int p = 1;
    int sp = 3;
    int v = 1;


    for (int i = 1; i <= 4; i++)
    ...
  11. Replies
    18
    Views
    2,449

    also till dis m jst tring to print upper triangle...

    also till dis m jst tring to print upper triangle only....
  12. Replies
    18
    Views
    2,449

    bt m tring it in visual studio s/w....i send u...

    bt m tring it in visual studio s/w....i send u code frm tht...u ok wid it na?
  13. Replies
    18
    Views
    2,449

    Printing Numbers...

    Hey frndz...cn any1 giv me code for dis o/p :
    ----1
    ---121
    -12312
    1234123
    -12312
    ---121
    ----1
    i tried alot bt i didn't gt dis o/p :confused:
Results 1 to 13 of 13