COMPILE RUN TECHNOLOGIES
Get everything of programming.......
Home
C + +
Sunday, March 17, 2013
HELLO WORLD !!!!
8:58 AM
Basics
,
C++
No comments
#include<iostream.h>
int main()
{
cout<<"Hello World!!!";
return 0;
}
Email This
BlogThis!
Share to X
Share to Facebook
Share to Pinterest
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Social Profiles
Popular
Tags
Blog Archives
Pyramid 1
#include<iostream> using namespace std; int main() { int i,j; for(i=1;i<=5;i++) { ...
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...
Word Count
#include<iostream> using namespace std; int countword(char []); int main() { char name[50]; cout<<"Enter a s...
To Print Diagonals Of A Matrix
#include<iostream> using namespace std; void diag(int a[30][30],int,int); int main() { int a[30][30],m,n,i,j; cout<...
Amstrong Number
#include<iostream> using namespace std; int main() { int num,temp,remd; cout<<"Enter a number:"; ci...
HI!!!!!!!!!!!!!!!!!!
Hi!!!!!!!!!!!!!!!! Welcome To my Blog................
Searching Prime Numbers In A Given Vector
#include<iostream> using namespace std; int checkprime(int); int main() { int arr[50]; int n; cout<<"En...
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<...
Array of Structure
#include<iostream> using namespace std; struct student{ /*declaring the structure*/ int roll...
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