No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: [QUOTE=Tekmaven™;45680]//Lets declare i, and set it equal to 4. int i = 4; //Now say their is a function nammed goFetch(int), and we wanted to pass an increment of i to it //i = 4 before this code gets touched, the value 4 would be passed, and then i would … | |
Re: [QUOTE=galmca;63607]hi guys...... i have a problem in writing a program of "how to delete the duplicate elements in an array" for example....if i enter an array like: 10 20 30 40 30 then it should print: 10 20 30 40 so could plz help me out????? :cry: i have attempted … | |
Re: The pointer might not be freed, then this error generally comes. you free all the pointers before exiting then this error could be resolved. |
The End.