On Sun, Aug 3, 2008 at 7:36 PM, Rene Herman <rene.herman@xxxxxxxxxxxx <mailto:rene.herman@xxxxxxxxxxxx>> wrote:
In C, except as an operand of sizeof or unary &, an expression having function type is automatically converted from function type to pointer to function.
Or put differently: except for sizeof and unary &, "function_designator" and "&function_designator" are
interchangeable as expressions.
Thanks Rene. Plz discard my earlier msg as I didn't get question then. Yes it's the case with the fuctions. Just a small detail. They aren't interchangeable. "&function_designator" cannot be used in place of "function_designator". Correct me if I am wrong.
-- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ