What is the difference between malloc calloc and realloc in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a far pointer in c?
What are the advantage of c language?
What are local and global variables?
What is a pointer on a pointer in c programming language?
what is the difference between getch() and getchar()?
What is a function in c?
Explain threaded binary trees?
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
Is an array parameter is always "by reference" ?
Can you please compare array with pointer?
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?
what is the use of using linked list and array?