Explain the process of converting a Tree into a Binary Tree.
No Answer is Posted For this Question
Be the First to Post Answer
Explain the use of fflush() function?
What does do in c?
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
Why do we use stdio h and conio h?
1 What is a Data Structure?
What is c++ used for today?
Write a program to identify if a given binary tree is balanced or not.
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
what is a function method?give example?
Under what circumstances does a name clash occur?