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
Is it fine to write void main () or main () in c?
which one is highest Priority in c? a)=,b)+,c)++,d)==
What is the use of f in c?
What is structure and union in c?
How do I copy files?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
What is FIFO?
Disadvantages of C language.
What is the translation phases used in c language?
Compare interpreters and compilers.
What are the types of functions in c?