what is the height of tree if leaf node is at level 3. please
explain
No Answer is Posted For this Question
Be the First to Post Answer
What does do in c?
Does sprintf put null character?
What is Your Name :)
what is data structure?
YBJBU6
what is the difference between exit() and _exit() functions?
what is the difference between. system call and library function?
What are conditional operators in C?
What does & mean in scanf?
Why do u use # before include in a C Progam?
what is unsigened char and what is the difference from char
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }