COMPILE RUN TECHNOLOGIES
Get everything of programming.......
Home
C + +
Sunday, March 17, 2013
Use Of typedef
8:59 AM
Basics
,
C++
,
typedef
No comments
#include<iostream>
using namespace std;
int main()
{
typedef int su;
su a=10;
su b=5;
cout<<a+b;
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++) { ...
Changing An Array
#include<iostream> using namespace std; void changearr(int [],int); int main() { int arr[30],n; cout<<"Enter...
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