String C

#include 
void main()
{
  /* The double quotes must appear as the escape sequence \" */
  printf("\n\"It's freezing in here,\" he said coldly.\n");
}