Explain the array representation of a binary tree in C.


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

Post New Answer

More C Interview Questions

Code for calculating square root without using library function, of math.h

4 Answers   IBM,


Why do we need a structure?

0 Answers  


Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)

2 Answers  


What are the different pointer models in c?

4 Answers  


how to find the given number is prime or not?

6 Answers   IMS, ING,


how to generate the length of a string without using len funtion?

4 Answers  


Which function in C can be used to append a string to another string?

0 Answers  


WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS

4 Answers  


Write a function that will take in a phone number and output all possible alphabetical combinations

0 Answers   Motorola,


Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!

1 Answers  


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

0 Answers   IBM,


What is a shell structure examples?

0 Answers  


Categories