syed fasi ahmed
Tuesday, 17 December 2013
Write a program which reads a set of integers into an integer array and then prints those numbers which occurs only once
#include
int main() { int i, n, a[10], j, c; printf("Enter a number\n"); scanf("%d",&n); printf("Enter %d number\n",n); for(i=0;i
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment