ya ...
u r correct..
i've changed that one and i got the output...
User Profile
Collapse
-
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.....Leave a comment:
-
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.....Leave a comment:
-
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 );
...
No activity results to display
Show More
Leave a comment: