what is the meaning of 'c' language
Answers were Sorted based on User's Feedback
Answer / srinidhi
c=computer thats wt c language means computer language
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / varun kumar
C is the language which easy understand by the
machine.Because it is also called the machine language.it
convert the source code into object code then into machine
code.
| Is This Answer Correct ? | 2 Yes | 2 No |
Is there anything like an ifdef for typedefs?
what is the code to display color fonts in the output?
What is 'bus error'?
What is an lvalue in c?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What is action and transformation in spark?
What is a newline escape sequence?
What is the purpose of scanf() and printf() functions?
What is double pointer in c?
Is the following code legal? struct a { int x; struct a b; }
What is the restrict keyword in C?
What is null character in c?