Showing posts from January, 2022

IF - ELSE statements in C

In this article we will talk about statements in C. SIMPLE IF :-    The ' statement block ' may be a single statements…

simple practice programs and solutions

In This article we have discuss about simple practice programs and solutions , it can also be say that our first program in C…

format specifier c

What is format specifier ?      Format specifier is a way to tell the compiler what type of data is in a variable during taking…

Operators in C

What is Operators in C  ?          In a simple way, special symbols that are used to perform actions are known as operators.   …

Syntax of c program

Syntax of c program :-  A C program is made of different tokens combined together. These tokens include :- *  Keywords *  identi…

Structure of c program

Structure of c program:- By the structure , it means that any program can be written in this structure only . writing a c progr…

Introduction to C language

C is one of the fastest programming language as it is close to low-level language . such as,assembly language. If you are famili…

Load More
That is All