what is C?

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


Please Help Members By Posting Answers For Below Questions

What is c programming structure?

630


What is the scope of global variable in c?

564


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1607


How do you determine the length of a string value that was stored in a variable?

658


What are the different file extensions involved when programming in C?

776






Write a program to print “hello world” without using semicolon?

683


what do you mean by enumeration constant?

605


How to declare a variable?

579


What is c value paradox explain?

588


Explain can static variables be declared in a header file?

693


How can I do peek and poke in c?

631


What is the general form of #line preprocessor?

595


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

629


The file stdio.h, what does it contain?

678


What is || operator and how does it function in a program?

639