Operators in C

Operators in C

#vpsinghrajput
Overview of the C Operators The C operators fall into the following categories: Postfix operators, which follow a single operand only. Unary prefix operators, which precede with a
Introduction to C Programming

Introduction to C Programming

#vpsinghrajput
In 1972, C was developed at Bell Laboratories by Dennis Ritchie. C is a simple programming language with a relatively simple to understand syntax and few keywords.  C
C Character Set

C Character Set

#vpsinghrajput
'C' is a case sensitive programming language, that means there is a difference in between small and capital letters( depends on thier ASCII ( American Standard Code for
Steps required to learn C language

Steps required to learn C language

#vpsinghrajput
C langauge is similar to learn english,, To learn english, we need to follow the below steps step: 1 ===> alphabets step: 2 ===> words step: 3 ===>
Different types of C language files

Different types of C language files

#vpsinghrajput
When we wrote a c program, it should be saved with a extension .c (ex: sum.c) Three main files in C language. .c ( source file) & .bak(
Why 'C' Language is called Middle-Level-Lanaguage?

Why 'C' Language is called Middle-Level-Lanaguage?

#vpsinghrajput
Procedure Oriented Language (or) High Level Language: These languages have been designed to give a better programming efficieny. (ie., faster program development) Ex:- C , C++, java etc...
History of C language

History of C language

#vpsinghrajput
In the year 1972 at AT'& T Bell labs "Dennis Ritchie" developed this programming language. ====> 'C' Language has its lineage from BCPL (Basic combined programming langauge) developed by