MS>>f("Hello",sizeof("Hello")-1); MS>>
#define STR_HELLO "Hello" или static const char STR_HELLO[] = "Hello"; f( STR_HELLO, sizeof(STR_HELLO)-1 );