&&**

David Adrien Tanguay datanguay at watmath.waterloo.edu
Fri Sep 7 12:13:21 AEST 1990


In article <1990Sep6.091605.15732 at irisa.fr> ridoux at irisa.fr (Olivier Ridoux) writes:
|I'd like to know about the portability of expressions of the form 
|`` &^n*^n x '' (`` &*x '', `` &&**x '', `` &&&***x '', ...).
|
|An expression of the form `` &&x '' seems to make no sense, since `` & '' 
|requires a lvalue though it yields no lvalue.  So `` &&**x '' seems to be 
|ruled out.

Also note that the "&&" sequences in the above expressions will lex as
"logical and" operators.
-- 
David Tanguay            Software Development Group, University of Waterloo



More information about the Comp.lang.c mailing list