What is the use of a constant union object? December 24, 2023 by Tarik You can still initialize the union as follows: const union un a = { .i = 100 }; then use it in your code.