Typedef is used to make code more readable, but making pointer as typedef will increase confusion. Better to avoid typedef pointers.
↧
Typedef is used to make code more readable, but making pointer as typedef will increase confusion. Better to avoid typedef pointers.