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 |
can we access one file to one directory?
C program to perform stack operation using singly linked list
Write a program to reverse a linked list in c.
Disadvantages of C language.
What does != Mean in c?
why arithmetic operation can’t be performed on a void pointer?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
What is string concatenation in c?
What is s or c?
. Write a program to get a string and to convert the 1st letter of it to uppercase
Write a small C program to determine whether a machine's type is little-endian or big-endian.