Mega Code Archive

 
Categories / C / Console
 

Displaying a string

#include <stdio.h> void main() {   printf("The character \0 is used to terminate a string"); }