3
Answers

unsafe code

vijaya.nutakki

vijaya.nutakki

21y
2k
1
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)