Param World!
Tips and Tricks Available for Computer, Electronics, Softwares, Internets
Pages
Home
Electronics
8051 uC
Showing posts with label
cpp
.
Show all posts
Showing posts with label
cpp
.
Show all posts
Thursday, 17 October 2013
CPP Program to Add, Subtract, Multiply and divide Using If and operators(+, -, *, /)
//Write a program to add, subtract, multiply and divide using if and operator(+, -, *, /)
#include<iostream.h>
#include<conio.h>
void main()
Read more »
CPP Program to Print January, February...................December Using If.
//Write a program to print January, February…………….December using if.
#include<iostream.h>
#include<conio.h>
void main()
Read more »
CPP Program to Print Sunday, Monday................Saturday Using If
//Write a program to print Sunday, Monday…………….Saturday using if.
#include<iostream.h>
#include<conio.h>
void main()
Read more »
CPP Program to Check whether a number is even or odd
//Write a program to check whether a number is even or odd.
#include<iostream.h>
#include<conio.h>
void main()
Read more »
CPP Program to Check Eligibility of A Person For Vote or Not.
//Write a program to check eligibility of a person for Vote or NOt
#include<iostream.h>
#include<conio.h>
void main()
Read more »
CPP Program to Calculate Simple Interest
//Write a program to calculate simple interest.
#include<iostream.h>
#include<conio.h>
void main()
Read more »
CPP Program to Convert Temperature in Celcius or Forenheight
//Write a program to convert temp in celcius or forenheight.
#include<iostream.h>
#include<conio.h>
void main()
Read more »
CPP Program to Understand of Increment and Decrement Operator
//Write a program to understand of increment(++) and decrement(--) operator.
#include<iostream.h>
#include<conio.h>
void main()
Read more »
CPP Program to Calculate Circumference of Circle
/
/Write a program to calculate circumference of circle.
#include<iostream.h>
#include<conio.h>
void main()
Read more »
CPP Program to Calculate Perimeter of Rectangle
//Write a program to calculate perimeter of rectangle.
#include<iostream.h>
#include<conio.h>
void main()
Read more »
CPP Program to Calculate Area of Circle
//Write a program to calculate area of circle.
#include<iostream.h>
#include<conio.h>
void main()
Read more »
CPP Program to Calculate Area of Right Angle Triangle
//Write a program to calculate area of right angle triangle.
#include<iostream.h>
#include<conio.h>
Read more »
Wednesday, 16 October 2013
CPP Program To Calculate Area of Rectangle
//Write a program to calculate area of rectangle.
#include<iostream.h>
#include<conio.h>
void main()
Read more »
CPP Program to Display Hello, World.
//Write a program to display Hello, World.
#include<iostream.h>
#include<conio.h>
void main()
Read more »
Older Posts
Home
View mobile version
Subscribe to:
Posts (Atom)
Comments System