Quick Question

Mark Hjelm hjelm at g.gp.cs.cmu.edu
Wed Aug 8 02:59:06 AEST 1990



What is the correct parse of:

    int *const *volatile a;

a is a volatile pointer to a const pointer to an int or
a is a const pointer to a volatile pointer to an int?


Mark
hjelm at cs.cmu.edu



More information about the Comp.std.c mailing list