User Profile
Collapse
-
@nextstep u explained this problem very beautifully .. thank u so much everyone ... -
-
int abc[]={1,2,3,4,5,6,7,8,9,10}; array behv
i want to knw abt the behavior of this array int abc[]={1,2,3,4,5,6,7 ,8,9,10}; ?
int abc[]={1,2,3,4,5,6,7 ,8,9,10};
for (int i=0; i< 10 ; ++i){
cout<<*abc;
abc++; // why is this thing not working ??
}
cout<<*abc<<end l; -
Sending request to server and data is not passing on
hello ... i am new here .. i am having similar problem .. when i am sending request to server .. data is not passing on .. which is in st.. and i tried to make it up with browser by the method GET ,, at opening of XMLHttp..
i dnt knw wat is really wrong here .. i just wish someone can help me on this .. please read the code .. i have mentioned all the mistakes with a comment above or bellow and where the things are getting really...
No activity results to display
Show More
Leave a comment: