InterviewSolution
Saved Bookmarks
| 1. |
What Is C Language? |
|
Answer» C is a programming language used to WRITE a program. Programs are the set of INSTRUCTIONS given by a programmer to the computer in high level language. C uses a COMPILER to translate the high level program into machine code before EXECUTING any instruction. C is a programming language used to write a program. Programs are the set of instructions given by a programmer to the computer in high level language. C uses a compiler to translate the high level program into machine code before executing any instruction. |
|