1) What is the difference between #include <file> and #include “file”?
2) What is the benefit of using an enum rather than a #define constant?
3) How can I open a file so that other programs can update it at the same time?
4) What is hashing?
5) What is the quickest sorting method to use?
6) when should the volatile modifier be used?
7) When should the register modifier be used? Does it really help?
8) What is page thrashing?
9) How can you determine the size of an allocated portion of memory?
10) Can static variables be declared in a header file?
2) What is the benefit of using an enum rather than a #define constant?
3) How can I open a file so that other programs can update it at the same time?
4) What is hashing?
5) What is the quickest sorting method to use?
6) when should the volatile modifier be used?
7) When should the register modifier be used? Does it really help?
8) What is page thrashing?
9) How can you determine the size of an allocated portion of memory?
10) Can static variables be declared in a header file?
0 comments:
Post a Comment