Pages
Home
C++/C- Programs
DOS Commands
BS Communication
Mathematics
Advertisement
About Us
Contact us
Friday, September 28, 2012
How to use Array Statement simple trick
#include<stdio.h>
#include<conio.h>
void main()
{
int i,a [5];
clrscr();
printf("Enter Velue");
for(i=0; a<=5; i++)
{
scanf("%d",&a[i]);
}
printf("Elements of Array");
for(i=0; a<=5; i++)
{
printf("\nA[i], %d",i, a[i]);
}
gethc();
}
2 comments:
Dharmin
October 6, 2012 at 11:35 PM
chk
http://www.bcaadda.co.cc
the best community website for all BCA students.
Reply
Delete
Replies
Reply
Dharmin
October 6, 2012 at 11:36 PM
chk
http://www.bcaadda.co.cc
the best community website for all BCA students.
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
chk
ReplyDeletehttp://www.bcaadda.co.cc
the best community website for all BCA students.
chk
ReplyDeletehttp://www.bcaadda.co.cc
the best community website for all BCA students.