How can I find leaf node with smallest level in a binary tree?
Answer / patuk panday
smallest level in a binary tree is the number is 0 and 1.
| Is This Answer Correct ? | 0 Yes | 2 No |
Can you please explain the difference between exit() and _exit() function?
What does the error message "DGROUP exceeds 64K" mean?
Sir i need notes for structure,functions,pointers in c language can you help me please
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
where does it flourished?
Why doesnt the call scanf work?
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
largest Of three Number using without if condition?
What do you mean by invalid pointer arithmetic?
What is Your Name :)
write program on arrays
What is difference between && and & in c?