Answer Posted / vamc
C (pronounced /ˈsiː/ see) is a general-purpose computer programming language developed between 1969 and 1973 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.[2]
Although C was designed for implementing system software,[5] it is also widely used for developing portable application software.
C is one of the most popular programming languages of all time[6][7] and there are very few computer architectures for which a C compiler does not exist. C has greatly influenced many other popular programming languages, most notably C++, which began as an extension to C.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the advantages and disadvantages of c language?
What is the best organizational structure?
Is it better to use a macro or a function?
What are examples of structures?
i want to know the procedure of qualcomm for getting a job through offcampus
The file stdio.h, what does it contain?
What are the preprocessor categories?
hi send me sample aptitude papers of cts?
Who invented b language?
What kind of structure is a house?
Why clrscr is used after variable declaration?
How is pointer initialized in c?
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
What is the difference between malloc calloc and realloc in c?
What does the characters “r” and “w” mean when writing programs that will make use of files?