User Profile

Collapse

Profile Sidebar

Collapse
PINKA
PINKA
Last Activity: Nov 11 '06, 03:53 PM
Joined: Oct 17 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • PINKA
    replied to can any one help me need urgently 2morow is TEST
    in C
    PLZZZZZZZZZZ HELP me...
    See more | Go to post

    Leave a comment:


  • PINKA
    replied to can any one help me need urgently 2morow is TEST
    in C
    thanks sir
    but the thing is this program is not working properly actully when i call the func"disp" in main at that time the outpit shows bye this function only first row of matrix all other rows elements are zero. but the actully i hadn't insert zero any where like if i inser row =2 column=2 and matrix elent as 1, 2, 3, 4,
    than it shows 1, 2, 0, 0,


    so plese tell me where is my mistake and it would be...
    See more | Go to post

    Leave a comment:


  • PINKA
    started a topic can any one help me need urgently 2morow is TEST
    in C

    can any one help me need urgently 2morow is TEST

    hey
    can any one help me in
    i want to make a program in "C" in which user can enter a row , column and matrix(2D ARRAY) based on that row and column. that matrix should be diplayed
    but the condition is
    both insertion and deletion must be perform in two seperate function let say "insert" and "disp" and that func must be call in main

    actully my program is not working properly...
    See more | Go to post

  • PINKA
    replied to to make function
    in C
    yaar koi to help karo plz...
    See more | Go to post

    Leave a comment:


  • PINKA
    started a topic to make function
    in C

    to make function

    can any one make two different function that can be call in main for code which is writed in bold


    #include<conio. h>
    #include<stdio. h>
    void main()
    {
    int c[100][100], a[100][100], b[100][100];
    int m,n,o,p,i,j,k,r ,t;
    printf("\n Enter the no. of rows and columns of matrix: \n");
    scanf(" %d %d",&m,&n);
    printf("\nEnter...
    See more | Go to post

  • PINKA
    replied to urgent plz help me to complete assingment
    in C
    urgent plz help me to complete assingment

    can any one explain plz urgently

    code was this
    #include<stdio. h>
    #include<conio. h>
    void main()
    {

    double a=3.1428571;
    int b=4347;
    printf("%e\t%5d \t%5.4f\t%.5f\n ",a,b,9,9);
    getch();
    }


    --------OUTPUT-------------
    3.142857e+000 4347 0.0000 0.00000
    plz...
    See more | Go to post

    Leave a comment:


  • PINKA
    started a topic urgent plz help me to complete assingment
    in C

    urgent plz help me to complete assingment

    can any one explain plz urgently

    code was this
    #include<stdio. h>
    #include<conio. h>
    void main()
    {

    double a=3.1428571;
    int b=4347;
    printf("%e\t%5d \t%5.4f\t%.5f\n ",a,b,9,9);
    getch();
    }


    --------OUTPUT-------------
    3.142857e+000 4347 0.0000 0.00000
    plz explain this why is the output of this function is this
    See more | Go to post
No activity results to display
Show More
Working...