Pages
Home
C++/C- Programs
DOS Commands
BS Communication
Mathematics
Advertisement
About Us
Contact us
Wednesday, January 30, 2013
Count Array elements with Pointers ( homework )
#include<stdio.h>
#include<conio.h>
void main()
{
int a[20],i,*p,ct=0,n;
clrscr();
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)