What are the advantages and disadvantages of a heap?
No Answer is Posted For this Question
Be the First to Post Answer
How do you redirect a standard stream?
explain how do you use macro?
can we change the default calling convention in c if yes than how.........?
write a program in c to read array check element is present or not?
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
In C, What is the #line used for?
write the output of following code .. main() { static int a[]={10,20,30,40,50}; int *ptr=a; static int arr[2][2]={1,2,3,4}; char str[]="ABCD * 4#"; char *s=str+2; int i,j; for(i=0;i<5,i++) printf("%d",*ptr++); for(i=0;i<2;i++) for(j=0;j<2;j++) printf("%d\n",*(*(n+i)+j)); printf("%c\n%c\n%c\n",*(str+2),*s++,*--s); }
How to avoid buffer overflow?
Tell me can the size of an array be declared at runtime?
Which is best linux os?
What does sizeof int return?
How can I return multiple values from a function?