Do you know the use of fflush() function?
No Answer is Posted For this Question
Be the First to Post Answer
How can I sort a linked list?
what is level of tree if leaf node is at level 4.please explain.
. 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 two categories of clint-server application development ?
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
Why we use break in c?
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
What are the advantages of the functions?
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Can a pointer be static?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?