Advertisement
Guest User

Untitled

a guest
Apr 21st, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. int i = 0;
  2. int j;
  3.  
  4. int f(int a){
  5. int x;
  6. x = a+1;
  7. return x;
  8. }
  9.  
  10. void main(){
  11. j = f(i);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement