C is structured programed language which is developed by Dennis Ritchie in the year 1970s. The main aim of C language is communicate with the hardware, kernels and other peripheral devices. C language is also known sometimes as system programming language, Procedural oriented Programming Language, Structured Programming Language, Mid-Level Programming Language etc. Syntax:- #include <stdio.h> […]
It is a technique which decides the type of data should consider while performing the different operation on different data. Why Data Types are important 1. The main role of data type is to determine the role of operations to be performed on data. The only thing they do is to process data. To perform […]