Showing posts from 2022

Arithmetic Operators

Arithmetic Operator:     There are two types of Arithmetic Operator -  Unary Arithmetic Operator Binary Arithmetic …

Basic Syntax of C Programming

The Syntax of C programming is like: # include<stdio.h> int main() {  <initialization of variables >  <…

Programming Language

Suppose that there are two person A and B. Both of them know two different languages X and Y respectively. Now the questio…

Introduction to C Programming

C programming language was developed by Dennis Ritchie at Bell Laboratory in 1972 for the purpose of using in the UNIX OPER…

Load More
That is All