C C++ JAVA
Tuesday, 24 February 2015
Register Variable in C++
#include<stdio.h>
#include<conio.h>
main()
{
register int i=100;
clrscr();
cout<<"\n Register Variable is :"<<i;
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment