Thread: Union and struct

  1. #1
    Registered User
    Join Date
    Sep 2008
    Posts
    40

    Union and struct

    my question as a newbie about c programming is...is it union and struct is equally the same?? if not how they are differ from each other? thanks

  2. #2
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    There is a good explanation in the C-FAQ.
    Last edited by kermit; 01-11-2009 at 06:31 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem with using a union into a struct :)
    By g_p in forum C Programming
    Replies: 11
    Last Post: 05-12-2007, 03:21 PM
  2. Replies: 16
    Last Post: 10-29-2006, 05:04 AM
  3. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  4. Union in a struct?
    By Hunter2 in forum C Programming
    Replies: 2
    Last Post: 06-13-2003, 11:45 AM
  5. More Union Struct woes
    By Bajanine in forum C++ Programming
    Replies: 10
    Last Post: 04-19-2003, 02:20 PM