String C Tutorial

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