0% found this document useful (0 votes)
111 views31 pages

CFP Unit-2 2024-25

CFP_Unit-2_2024-25

Uploaded by

NAMDEO
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
111 views31 pages

CFP Unit-2 2024-25

CFP_Unit-2_2024-25

Uploaded by

NAMDEO
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 31

UNIT –II

Introduction to C Programming
2.1 Types of Programming Languages
A programming language provides a way of writing computer instructions that are used to
perform a specific task.
1. High-level languages
2. Low-level language

 High-level programming languages are the machine independent languages that do not
require the hardware knowledge to write instructions.
 Low-level languages are closer to the system hardware and require the knowledge of
hardware to write the instructions

Comparison of High-level programming languages and Low-level programming languages .


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

You might also like