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
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
How will you divide two numbers in a MACRO?
What is the total generic pointer type?
What is the use of structure padding in c?
How variables are declared in c?
Write a program of advanced Fibonacci series.
What is zero based addressing?
What is data type long in c?
Is c easier than java?
Can we use visual studio for c?
What is the stack in c?
List some of the dynamic data structures in C?
Explain what is a static function?
How does placing some code lines between the comment symbol help in debugging the code?
Where define directive used?