Guest User

c static keyword

a guest
Mar 11th, 2014
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. void function_1(int n, int a[n])
  2. {
  3.     ...
  4. }
  5.  
  6. void function2(int n, int a[static n]);
  7. {
  8.     ...
  9. }
Advertisement
Add Comment
Please, Sign In to add comment