Skip to main content

Posts

Showing posts from February, 2023

what is Functions ?

In c' we can divide a large program into the basic building blocks known as function .The function is the collection of one or more statement that enclosed in {}.A function can be called multiple time to provide reusability and modularity to the C program In other words ' we can say that the collection of functions creates a program .The function  is also known as procedure or subroutine in the programming languages    

Types of Programming Languages

There  are basically two types of computer programming languages given below: 1. Low level language 2. High level language 1. Low Level Languages The programming languages that are very close to machine code (0s and 1s) are called low-level programming languages. The program instructions written in these languages are in binary form. The examples of low-level languages are: • Machine Language • Assembly Language I . Machine Language The instructions in binary form, which can be directly understood by the computer (CPU) without translating them, is called a machine language or machine code. Machine language is also known as first generation of programming language. Machine language is the fundamental language of the computer and the program instruction in this language is in the binary form (that is 0's and 1's). • This language is different for different computers. • It is not easy to learn the machine language. Advantage of Machine Language The only advantage of machine langua