This program should capture a n number of strings, and show it backwards. I am required to make it with pointers, and using malloc(). But I cannot make my first function works. Please help me!!.
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <conio.h>
int my_numbers(char...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.