sorry the quote i bolded it is actually this: *ip++=0
hi if i have a code #include <stdio.h> #include <stdlib.h> int main(void) { int a=10, *ip; ip =&a; ip++; printf("ip is %d and a...
hi another question. i managed to do the coding for my declaration of function and this is what i did: void strcopy(char dest[], char src[4]);...
hi i also need to solve this c++ question in my tutorial. lets say instead i have to declare the my_strcopy before my int main(void) 's body. then...
Separate names with a comma.