Answer Posted / rose
American National standard code for information and
interchange
international standard organisation
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Where static variables are stored in c?
What is the symbol indicated the c-preprocessor?
Explain what is the difference between a free-standing and a hosted environment?
What is typeof in c?
Why we use conio h in c?
Tell me about low level programming languages.
What happens if you free a pointer twice?
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(); }
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is function and its example?
How old is c programming language?
Why c language is called c?
What is the purpose of scanf() and printf() functions?
What is a volatile keyword in c?
What are integer variable, floating-point variable and character variable?