Advertisement
aperles

Untitled

Feb 13th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. int main()
  2. {  
  3.     double result;
  4.     double *punt1;
  5.  
  6.     result = 0.0;
  7.  
  8.     for(i=0; i<100; i++)
  9.     {
  10.         result = result+(*(punt1+(2*i)));
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement