Mega Code Archive

 
Categories / C / Data Type
 

Output new line character

#include <stdio.h> int main(void) {   printf("one\ntwo\nthree\nfour");   return 0; }