3
Answers

unsafe code

I want equivalent of the following structure using unsafe code. typedef strcut Avl { char c[max+1]; long j; long k; lpstr n; int a }; How should I write it so that I can declare pointer variables of the above structure
Answers (3)