I have used unions earlier comfortably; today I was alarmed when I read this post and came to know that this code union ARGB { uint32_t colour; struct componentsTag...
  • May 17, 2022
  • 0 Comments
Is there any good example to give the difference between a struct and a union? Basically I know that struct uses all the memory of its member and union...
  • May 5, 2022
  • 0 Comments