COMPILE RUN TECHNOLOGIES
Get everything of programming.......
Home
C + +
Tuesday, February 15, 2011
HI!!!!!!!!!!!!!!!!!!
1:59 PM
No comments
Hi!!!!!!!!!!!!!!!!
Welcome To my Blog................
Email This
BlogThis!
Share to X
Share to Facebook
Share to Pinterest
Newer Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Social Profiles
Popular
Tags
Blog Archives
Function To Check Prime
#include<iostream> using namespace std; int checkprime(int); int main() { int n; cout<<"Enter a number:...
Pointer To An Integer
#include<iostream> using namespace std; int main() { start: int n,*p; p=&n; cout<<"Enter a numb...
Amstrong Number
#include<iostream> using namespace std; int main() { int num,temp,remd; cout<<"Enter a number:"; ci...
HI!!!!!!!!!!!!!!!!!!
Hi!!!!!!!!!!!!!!!! Welcome To my Blog................
Row Sum Of A Matrix
Row sum is a matrix operation in which the elements of each row are added and stored in a different array....... Program: #include<...
Working With Multi Files
#include<iostream.h> #include<fstream.h> using namespace std; int main() { ofstream file; file.open("TEST.tx...
Row Swap Of A Matrix
In row swap operation the rows of the matrix is swaped............. i.e., the rows are interchanged................ Program: #include...
Pyramid 1
#include<iostream> using namespace std; int main() { int i,j; for(i=1;i<=5;i++) { ...
Reversing A String
#include<iostream> using namespace std; int main() { char name[30]; cout<<"Enter the string:"; gets...
Temperature Conversion
#include<iostream> #include<iomanip.h> using namespace std; int main() { float x,temp,conv; start: cout<...
Pages
Home
C++
Copyright © 2013 , Compile Run Technologies Ltd.. Powered by
Blogger
.
Contributors
Unknown
Unknown
Followers
Search This Blog
Labels
2-D Array
(4)
Armstrong Number
(1)
Array
(11)
ASCII
(1)
Basics
(19)
Bubble Sort
(1)
C++
(63)
Classes
(6)
ctype.h
(1)
Date
(1)
Delay Printing
(1)
Even or Odd
(2)
Factorial
(1)
File Handling
(5)
Linked List
(1)
Macros
(1)
Matrices
(8)
Pointers
(5)
Prime Number
(3)
Pyramid
(5)
Queue
(1)
Search
(1)
Sorting
(2)
Stack
(2)
String
(6)
Structures
(2)
Swap
(1)
Temperature Conversion
(1)
Time
(1)
typedef
(1)
Vectors
(6)
Vowel
(1)
Blog Archive
Blog Archive
November (1)
March (63)
February (1)
0 comments:
Post a Comment