Post New Answer View All Answers
Why is c still so popular?
Is there a way to switch on strings?
will u please send me the placement papers to my mail???????????????????
Where static variables are stored in memory in c?
What is external variable in c?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Explain two-dimensional array.
How do you define a string?
What's the total generic pointer type?
Explain 'bus error'?
What is meant by high-order and low-order bytes?
What are types of functions?
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(); }
Which driver is a pure java driver
What is the advantage of a random access file?