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

define c

Answer Posted / manoj pasumarthi

C is a structured, procedural programming language that has
been widely used both for operating systems and applications
and that has had a wide following in the academic community.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is scope of variable in c?

1088


In a header file whether functions are declared or defined?

1173


main() { printf("hello"); fork(); }

1248


Why is main function so important?

1160


What is an endless loop?

1322


given post order,in order construct the corresponding binary tree

2854


What is character set?

1216


What are the different types of constants?

1129


Why do some versions of toupper act strangely if given an upper-case letter?

1114


Explain logical errors? Compare with syntax errors.

1126


What is #include stdio h?

1178


What is time complexity c?

1041


What are categories used for in c?

1151


how we can make 3d venturing graphics on outer interface

4899


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5698