User Profile

Collapse

Profile Sidebar

Collapse
radhapurnima
radhapurnima
Last Activity: Jul 5 '07, 12:57 PM
Joined: Jun 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • radhapurnima
    replied to access violation??
    in C
    ya ...
    u r correct..
    i've changed that one and i got the output...
    See more | Go to post

    Leave a comment:


  • radhapurnima
    replied to access violation??
    in C
    hi,
    thanq for ur quick response...
    i tried the compilation in turboc++.it worked well without any problem..
    but in vc++ its giving problem...
    someone told it is b'coz of the s/w (vc++) which has n't been installed properly....
    anyway thanx a lot.....
    See more | Go to post

    Leave a comment:


  • radhapurnima
    replied to access violation??
    in C
    hi,
    thanq for ur quick response...
    i tried the compilation in turboc++.it worked well without any problem..
    but in vc++ its giving problem...
    someone told it is b'coz of the s/w (vc++) which has n't been installed properly....
    anyway thanx a lot.....
    See more | Go to post

    Leave a comment:


  • radhapurnima
    started a topic access violation??
    in C

    access violation??

    hi
    i'm getting access violation to my code..
    what might be the problem??
    plz help me...

    //my code...

    #include<stdio. h>
    void main()
    {
    int prneqldrn(int a[],int b[]);
    int tmp;
    int c[]={1,1,1,1,0,0,1 ,0,0,1,0,1,0,0, 1,1,1,0};
    int d[]={1,1,1,1,0,0,0 ,1,0,1,0,1};
    tmp=prneqldrn(c ,d);
    //printf("%d",tmp );


    ...
    See more | Go to post
No activity results to display
Show More
Working...