Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. int someNumbers[10] = { 16, 2, 77, 40, 12071 };
  2.  
  3. int icount = sizeof(someNumbers); // This is wrong, but I have no idea how..
  4. cout << icount << endl;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement