Q. How is search done in #include and #include “somelibrary.h” according to C standard?
✅ Correct Answer: (D)
For both, search for ‘somelibrary’ is done in implementation-defined places
You must be Logged in to update hint/solution