Answer Posted / suman
by using calloc() or malloc() functions we create at run
time
i think it will be correct if not forgive me
sumankumar..........
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why does everyone say not to use scanf? What should I use instead?
Why & is used in scanf in c?
what is use of malloc and calloc?
write a c program to find the sum of five entered numbers using an array named number
Why static is used in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Tell me when is a void pointer used?
What is pointer to pointer in c?
why wipro wase
Who invented bcpl language?
What is the difference between struct and union in C?
What are header files in c?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Can a file other than a .h file be included with #include?