Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is ANSI and ISO

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


Please Help Members By Posting Answers For Below Questions

Where static variables are stored in c?

1168


What is the symbol indicated the c-preprocessor?

1314


Explain what is the difference between a free-standing and a hosted environment?

1236


What is typeof in c?

1060


Why we use conio h in c?

1301


Tell me about low level programming languages.

1190


What happens if you free a pointer twice?

1134


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(); }

2352


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1958


What is function and its example?

1270


How old is c programming language?

1063


Why c language is called c?

1063


What is the purpose of scanf() and printf() functions?

1298


What is a volatile keyword in c?

1212


What are integer variable, floating-point variable and character variable?

1297