pastebin

Paste #82202: Untitled C paste by 130.75.182.160

int main()
{
	char str1[] = "hello";
	char str2[] = "hello\0";

	printf ("%d\t%d\n", sizeof(str1), sizeof(str2));
	return 0;
}

Private
Wrap long lines

3 + 2 =