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 |
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the Lvalue and Rvalue?
Explain the properties of union. What is the size of a union variable
How can I read and write comma-delimited text?
How the c program is executed?
how to multiply two number taking input as a string (considering sum and carry )
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }
what are the facialities provided by you after the selection of the student.
What is external variable in c?
How do you write a program which produces its own source code as its output?
what is difference between ANSI structure and C99 Structure?