Explain the array representation of a binary tree in C.
No Answer is Posted For this Question
Be the First to Post Answer
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
When should you not use a type cast?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
What is the Purpose of 'extern' keyword in a function declaration?
How can you dynamically allocate memory in C?
What is the difference between typeof(foo) and myFoo.GetType()?
int i=10; printf("%d %d %d", i, i=20, i);
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
What are compound statements?
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
What is the difference between File pointer and Internal Charecter Pointer?