题面Print length and bytes of a string literal “hello,world\n”in two lines.提示Note: library function strlen in string.h can be used to get length of a string literal.