Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!clyde!cuae2!ihnp4!houxm!mtuxo!mtune!mtunf!mtx5c!mtx5d!mtx5a!esg From: esg@mtx5a.UUCP (ed gokhman) Newsgroups: net.lang.c Subject: what type is enum ? Message-ID: <1640@mtx5a.UUCP> Date: Wed, 29-Oct-86 16:30:13 EST Article-I.D.: mtx5a.1640 Posted: Wed Oct 29 16:30:13 1986 Date-Received: Thu, 30-Oct-86 23:36:02 EST Distribution: net Organization: AT&T Information Systems, Middletown, NJ 07748-4801. Lines: 3 Is enumeration a fundamental or derived type considering that it always behaves as int according to X3JJ11 ? It seems to have problems being either one.