Console C

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