what is C?
Answers were Sorted based on User's Feedback
Answer / smily
c is a standard programming language..which is the base for
all other programming languages, but as no security...
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / manu
c is a highlevel language,c is a basic language of all
other languages,
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / pradeep kumar
C is a procedural oriented programming language.
it has fast execution compare to c++.
it is developed at bell labs by dennis ritchi.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / 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 |
Answer / ajayash
c is a programming language..before it was known as b-
language...supports all operators..
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / manish
it is a simple English alphabet C nothing else.
but we can say also C,c is a computer language but is
different only C. because C is alphabets.
| Is This Answer Correct ? | 8 Yes | 29 No |
Read two numbers from keyboard and find maximum of them?
What is a #include preprocessor?
what is data structure?
Explain what are multidimensional arrays?
how i m write c program 1.check prime number 2.prime number series
What is c programming structure?
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
What are header files? What are their uses?
Explain what is wrong with this program statement?
WHO WROTE C LANGUAGE?
What is a Deque?
Write a program to implement queue.