Programming Through C
Pages
Home
C Programs
Concepts
C Programs
No comments:
Post a Comment
Home
Subscribe to:
Posts (Atom)
To sum n different number using array.
#include<stdio.h> #include<conio.h> Void main() { int a[20] n, s=0,i; printf("Enter the numbe...
No comments:
Post a Comment