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

Post New Answer

More C Interview Questions

Tell us bitwise shift operators?

0 Answers  


What is static memory allocation?

0 Answers  


plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .

3 Answers  


What is static volatile in c?

0 Answers  


what are non standard function in c

0 Answers  






How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance

8 Answers  


What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }

5 Answers  


What is structure padding and packing in c?

0 Answers  


Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?

2 Answers   Excel,


why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

0 Answers  


What is the use of getchar functions?

0 Answers  


when user give a number it multiply with 9 without useing '+' and '*' oprator

4 Answers  


Categories