while retriving or sending data using message queues are we allowed to use any pointer(“in” structure) to send or receive data ..
as my issue is i am not able to transmit or rather receive correct data using pointers..
have implemented same through using character array.