Answer Posted / pritam
I think Abhradeep Chatterjee is a real STUPID.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
In a switch statement, explain what will happen if a break statement is omitted?
Is c is a low level language?
What is static memory allocation? Explain
Why is c used in embedded systems?
What does the c in ctime mean?
What is the meaning of 2d in c?
Explain what are the different file extensions involved when programming in c?
Why is struct padding needed?
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(); }
When should a type cast be used?
How many levels of pointers have?
Why is extern used in c?
Is swift based on c?
Why is python slower than c?
What are the 4 types of organizational structures?