We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Two funtiom. One is char A(char *str1,char *str1),this funtion is in BANK 6. main() is in bank 1; Now main() call A(Astr1,Astr2) have some error. Seem as some parameter has't been pass OK. How do I can solve it?
i meet the same question. The error is the function with two pointers parameters can't work well,i think of the pointer can't be transmitted to the function when it is called by other banks functions.