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
Hello Everyone. My name is Ronald Ellis. I'm from Ghana and pursuing a BSC undergraduate degree in Electrical/Electronics engineering at KNUST. I however just started learning c programming on my own. I am a cool guy and open to everyone. Thank You.
Hello folks, I tried writing my own function on string copy and this is what i managed to do.Though it somehow works, I have got a great problem with the manipulation of pointers. Please explain or modify it for me. Thank You. #include <stdio.h> #include <stdlib.h> int main() { char …
[QUOTE=pav6kor;1293745]How to find the value at an address location in the memory using C pointers??[/QUOTE] The '&' sign means address of and the '*' sign means value at. So when you need to find the value at an address point. You first need to declare a pointer. I mean something …
The End.
ronnyrhymes