define c
Answers were Sorted based on User's Feedback
C is a general purpose computer programming language which
can be used write programs for performing various types of
tasks on computer.
Is This Answer Correct ? | 37 Yes | 3 No |
Answer / manoj pasumarthi
C is a structured, procedural programming language that has
been widely used both for operating systems and applications
and that has had a wide following in the academic community.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / devi
c is a procedure oriented language and pertform tasks in form of algorithms
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / amit soni
c is a low level language. this characterization is not
pejorative;it is simply means that C deals with some sort of
objects that most computer do,namely character number and
address.
Is This Answer Correct ? | 2 Yes | 3 No |
Answer / susmita
c is a set of instructions or commands, which are given for
the computer to do different activity or jobs or works
Is This Answer Correct ? | 1 Yes | 3 No |
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
what defference between c and c++ ?
Are pointers integer?
Why is c platform dependent?
how to construct a simulator keeping the logical boolean gates in c
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
write a program to remove occurrences the word from entered text?
What is the need of structure in c?
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What is union in c?
Is python a c language?