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

Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


Explain the properties of union. What is the size of a union variable

0 Answers  


What is table lookup in c?

0 Answers  


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

0 Answers  


Why do u use # before include in a C Progam?

9 Answers   IBM,






Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0

4 Answers  


#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }

1 Answers  


What is C language ?

0 Answers   Jekson,


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1

3 Answers  


Do pointers store the address of value or the actual value of a variable?

0 Answers   Fidelity,


Explain the priority queues?

0 Answers  


Categories