what is the height of tree if leaf node is at level 3. please
explain
No Answer is Posted For this Question
Be the First to Post Answer
when user give a number it multiply with 9 without useing '+' and '*' oprator
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
Explain why c is faster than c++?
main() { int a[10]; printf("%d",*a+1-*a+3); }
What's the total generic pointer type?
what are the 10 different models of writing an addition program in C language?
Which built-in library function can be used to match a patter from the string?
Why do we use return in c?
Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;
What is a null string in c?