Advertisement
Milaj

Untitled

Nov 29th, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #include "stdafx.h"
  2. #include <iostream>
  3. #include "stdafx.h"
  4. int null(int *nm, int b);
  5. int main()
  6. {
  7. int nd[10], no, size;
  8. int *nm;
  9. setlocale(LC_ALL, "Russian");
  10. size = 10;
  11. nm = &nd[0];
  12. int null(*nm, size);
  13. printf("ВВеди данные:\n");
  14.  
  15. return 0;
  16. }
  17. int null()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement