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...

how to devloped c lenguege?

Answer Posted / saranya

c language is developed by structure,array,class,etc.it can
easily created by pragramming

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

1170


What are extern variables in c?

1035


How pointers are declared?

1009


How do you determine whether to use a stream function or a low-level function?

1191


Is c procedural or functional?

1096


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

1137


a c code by using memory allocation for add ,multiply of sprase matrixes

2861


Why does everyone say not to use gets?

1199


What the different types of arrays in c?

1123


What is && in c programming?

1224


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

2024


Explain the difference between the local variable and global variable in c?

1133


Can a pointer be null?

1079


What is the hardest programming language?

1214


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

3146