Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
~833 People Reached
Favorite Forums
Favorite Tags
c x 3

3 Posted Topics

Member Avatar for Dani

[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 …

Member Avatar for WaltP
0
661
Member Avatar for Bikram

[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 …

Member Avatar for Narue
0
124
Member Avatar for need_ur_help

The pointer might not be freed, then this error generally comes. you free all the pointers before exiting then this error could be resolved.

Member Avatar for prabhat padhy
0
38

The End.