Hi, Im new to C and this is my first post here so please bear with me.
I have a little problem: I have this little program that prints the longest line, but I don't know how to provide input to it:
#include <stdio.h>
#define MAXLINE 1000
int getline(char line[], int maxline);
void copy( 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.