Quantcast
Channel: how to create each word of input to start a new line - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by klutt for how to create each word of input to start a new line

You should REALLY start enabling compiler warnings. They can help you find many bugs. Look here when I compile with -Wall and -Wextra. $ gcc ba.c -Wall -Wextra ba.c: In function ‘main’: ba.c:13:5:...

View Article



how to create each word of input to start a new line

Hey i am trying to print each word on a new line. My EOF is also not working and was wondering why this is. i have made it to scan for a space and then print new line. #include <stdio.h>...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images