Search:

Type: Posts; User: readraviteja

Search: Search took 0.01 seconds.

  1. reply for unions

    they are but their syntax is different from C but they look like a switch case syntax as in the following format ,


    union identifier switch (declaration) {
    case_list
    }


    but i need their...
  2. About union data type in c (mod edit: RPC question)

    what are the implications of union data type in c when it is used for RPC?
Results 1 to 2 of 2