C LANGUAGE UNIT-1
C LANGUAGE UNIT=1 Q.1 Define Programming Language. Differentiate between Compiler and Interpreter. Ans. Define Programming Language A Programming Language is a formal language used to write instructions (programs) that a computer can understand and execute. It allows programmers to communicate with the computer to perform specific tasks like calculations, data processing, file handling, and controlling hardware. Programming languages use syntax (rules) and semantics (meaning). Programs written in high-level languages (like C, C++, Java) must be translated into machine language. C language is a high-level, structured, and procedure-oriented programming language developed by Dennis Ritchie. 》Uses of Programming Language To develop software and applications To solve real-world problems logically To cont...
