Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Gopal
2k
135
9.8k
Implement your list interface using a fixed chunk of memory, say an ar
Mar 22 2021 6:06 AM
Implement your list interface using a fixed chunk of memory, say an array of size 100. If the user wants to add more stuff to your list than fits in your memory you should produce some kind of error, for example you can throw an exception if your language supports that Can someone explain this question
Reply
Answers (
3
)
Can I have a getter function which returns 2 variables in c++?
Do you guys cast mallocs when writing strictly C, if yes - why? If no