Advertisement
Guest User

Untitled

a guest
Feb 11th, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. int main()
  2. {
  3. int a[10]={1,3,34,55,22,44,12,34,33,54},sum=0
  4. for(i=0, i<n, i++)
  5. {
  6. sum+=i
  7. printf("%d\t, the sum=%d", &i, &sum);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement