Mega Code Archive

 
Categories / C Tutorial / String
 

Displaying a string

#include <stdio.h> int main(void) {   printf("Beware the Ides of March!");   return 0; }