char a[] = {51, 52, 53}; And we call func(a); Is it possible to correctly find the end of str?
Да
NO you should specify explicitly the size or put so called NULL-character ('\0') to mark the end of string (this is called ASCIIZ-string)
Обсуждают сегодня