Explain the process of converting a Tree into a Binary Tree.
No Answer is Posted For this Question
Be the First to Post Answer
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
what is the difference between embedded c and turbo c ?
Why is it important to memset a variable, immediately after allocating memory to it ?
can we print any string in c language without using semicolon(;)(terminator) in whole program.
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
Explain what is wrong with this program statement?
what is the associativity of bitwise OR operator?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
sum of two integers values only other then integer it should print invalid input.
What is a pointer?
How do you initialize pointer variables?
What are comments and how do you insert it in a C program?