At the time that this post was published, there were still 29 minutes left until the poll closed. If you read this post before the poll closes... You know which answer to pick :)
To find the size of an array in C, you type:
sizeof(array);
Replace 'array' with the name of the array variable you want to find the size of.
By the way, in Java, you have to type:
array.length;
...And whoever voted for:
WTFIsTheSizeOfThisArray(array);
...I salute you. You have an amazing sense of humour.
No comments:
Post a Comment