what is C?

Answers were Sorted based on User's Feedback



what is C?..

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

what is C?..

Answer / bivas das

c is a high level langage,compiler base function oriented language..

Is This Answer Correct ?    13 Yes 4 No

what is C?..

Answer / manu

c is a highlevel language,c is a basic language of all
other languages,

Is This Answer Correct ?    8 Yes 1 No

what is C?..

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

what is C?..

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

what is C?..

Answer / guest

top down approach

Is This Answer Correct ?    3 Yes 0 No

what is C?..

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

what is C?..

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

what is C?..

Answer / guest

it is a simple English alphabet C nothing else.

Is This Answer Correct ?    8 Yes 49 No

Post New Answer

More C Interview Questions

Hi can anyone tell what is a start up code?

0 Answers   CTS,


Define Array of pointers.

0 Answers  


how can u print a message without using any library function in c

1 Answers   NIIT,


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

0 Answers   Google,


How #define works?

0 Answers  






. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

9 Answers   Oracle,


What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);

3 Answers   Bosch,


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


What does c in a circle mean?

0 Answers  


What the advantages of using Unions?

0 Answers   TISL,


where does it flourished?

0 Answers   Microsoft,


Categories