C strongly typed?

Erland Sommarskog sommar at enea.se
Wed Mar 7 05:34:30 AEST 1990


Henry Spencer (henry at utzoo.uucp) writes:
>Modern
>C is a strongly-typed language by any reasonable definition, although
>there are still a lot of antique compilers around that don't fully
>enforce its rules.

C strongly typed? If I write something like: (I don't speak C
so the syntax is probably bogus.)

    typedef apple int;
    typedef orange int;
    apple a;
    orange b;
    ...
    a = b;

Will a "modern" compiler object?
-- 
Erland Sommarskog - ENEA Data, Stockholm - sommar at enea.se



More information about the Comp.lang.c mailing list