Explain what are binary trees?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

to convert a string without using decrement operater and string functions

1 Answers  


What are preprocessor directives?

0 Answers  


Differentiate between a for loop and a while loop? What are it uses?

0 Answers   TISL,


Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));

6 Answers   TCS,


What's wrong with "char *p = malloc(10);" ?

4 Answers  






Write a program to reverse a string.

0 Answers   Global Logic, iNautix, TCS, Wipro,


What is dynamic variable in c?

0 Answers  


How can I recover the file name given an open stream?

0 Answers  


Why c is called a middle level language?

0 Answers  


What is sizeof int?

0 Answers  


main() { printf(5+"Vidyarthi Computers"); }

6 Answers  


What are the 4 types of programming language?

0 Answers  


Categories