Question on backslash in string in define

Brian Matthews 6sigma2 at polari.UUCP
Sun Sep 9 12:53:28 AEST 1990


If I have the following:

#define STR "12\
34"
char *x = STR;

what should x point to? "1234", "124", "hello world" :-), or is it
undefined?

Thanx
-- 
Brian L. Matthews	blm at 6sceng.UUCP



More information about the Comp.std.c mailing list