Home
Software
Menu
Sunday, 8 January 2017
Adding two integers in C programming.
Gulzar Sheikh
09:02
Read more
No comments:
Write Your First Program in C language
Gulzar Sheikh
09:02
Read more
No comments:
Newer
Content
Older
Content
About Me
Gulzar Sheikh
View my complete profile
Which is best Language
Total Pageviews
Popular Posts
Program to find GPA using If-else statement
Program to find GPA using IF-ELSE statement: #include<stdio.h> int main() { int mark1,mark2,mark3,mark4,mark5,totalmarks,sum; ...
PRINTF and SCANF function
PRINTF function: Printf function is defined in the header #include<stdio.h> . Printf is used for output in the C/C++ program. Syntax...
Decision Making Statements: Equality and Relational Operators
Executable Statements: Executable statements either perform actions (such as calculations or input or output of data) or make decisions (we...
Program to perform arithmetic operations
Performing Arithmetic Operations: In this program we will perform Addition,Subtraction, Multiplication and Division #include<stdio.h...
Standard Liabrary Files in C
Functions: C program consist on some small modules that modules called Function. There are two types of Function Built In Functions ...
The IF selection Statement
Selection statements are used to choose among alternative courses of action. For example, suppose the passing grade on an exam is 60. The ...
Header File
Stdio.h: Stdio stands for Standard Input Output. In C or C++ language we can perform Input and Output operations using Stdio.h. we wr...
History Of C Language
History of BCPL: C language is derived from two languages i.e. BCPL and B . BCPL was developed by Martin Richard in 1967 it is designed f...
Variables in C/C++
Variable: Variable is nothing itself. It is actually name of memory location that our program can manipulate. In C language every variabl...
The IF else selection Statement
The if selection statement performs an indicated action only when the condition is true; otherwise the action is skipped. The if…else se...
Blog Archive
▼
2017
(2)
▼
January
(2)
Adding two integers in C programming.
Write Your First Program in C language
►
2016
(11)
►
November
(11)
Powered by
Blogger
.
Subscribe
Labels
Arithmetic
Arithmetic Operation
B language
BCPL
c language
char
Conditional statements
control structure
datatypes
Division
double
escape sequence
float
format specifiers
Function
GPA program in C
grades
History of C language
if else statement in c
if statement in c
If statement in C++
If statements
int
library function
Martin Richard
Multiplication
printf in c
relational operators in c
scanf in c
selection statement in c
Selection Statement in C++
stdio.h in C
stdio.h in C++
Subtraction
Sum
UNIX
variable declaration
variable initialization
variables
void
Flickr