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