Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
No Answer is Posted For this Question
Be the First to Post Answer
Which header file should you include if you are to develop a function which can accept variable number of arguments?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
What’s a signal? Explain what do I use signals for?
What is 1d array in c?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
What is a file descriptor in c?
what is a static function
which type of aspect you want from the student.
How do we open a binary file in Read/Write mode in C?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
What is c language used for?