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 |
Explain what is page thrashing?
What are the advantages of Macro over function?
What functions are used for dynamic memory allocation in c language?
can any one provide me the notes of data structure for ignou cs-62 paper
Explain what is the difference between text files and binary files?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
How many keywords (reserve words) are in c?
What is the difference between null pointer and wild pointer?
Why doesn't C support function overloading?
write a program to swap two variables a=5 , b= 10 without using third variable
why program counter is 16 bit?
how c source file in converted to exe file