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
What is the right type to use for boolean values in c? Is there a standard type?
errors in computer programmes are called
what is a stack
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
Why we use stdio h in c?
If you know then define #pragma?
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
How to print India by nested loop? I IN IND INDI INDIA
What is advantage of pointer in c?
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer