+ 2
Say, can u type cast Structures in C?
I have usually seen (*(char *)) , (*(int *)) and so on.... What of this (*(struct *))?
2 Answers
+ 2
I see; appreciate the time guys. There's so much i could do with this knowledge.
+ 1
shashuri Magrease plz don't give much importance to user defined data types as it behaves similar to built in data type.đ.. struct type cast can be considered using what you understood for int or char type cast