InterviewSolution
Saved Bookmarks
| 1. |
What Could Possibly Be The Problem If A Valid Function Name Such As Tolower() Is Being Reported By The C Compiler As Undefined ? |
|
Answer» This kind of problem occurs when you do not MENTION the HEADER properly. You should CHECK if the ‘#INCLUDE’ is properly maintained in the program or not. This kind of problem occurs when you do not mention the header properly. You should check if the ‘#include’ is properly maintained in the program or not. |
|