What is binary tree in c?


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

Post New Answer

More C Interview Questions

What is meant by recursion?

0 Answers   ADP,


What is a lvalue

0 Answers   Global Logic,


How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?

4 Answers   NIIT,


What is the difference between char array and char pointer?

0 Answers  


how to find binary of number?

2 Answers  






Explain what is a const pointer?

0 Answers  


define switch statement?

6 Answers   CTS,


Do you have any idea how to compare array with pointer in c?

0 Answers  


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"

1 Answers  


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?

9 Answers   Ramco,


why you will give me a job in TCS.

7 Answers   TCS,


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

0 Answers  


Categories