|
-
Sep 25th, 2001, 07:01 PM
#1
Thread Starter
PowerPoster
buffer[100] and *buffer
I just want to know what is the real difference between those two char declarations other than:
-buffer[100] is any array in which you can store maximum of around 100 characters.
-buffer[100] is declared so that it does not take more memory than *buffer because you can only put limited number of characters.
I may be wrong but what is the difference between those two "chars"?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|