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

What is function what are the types of function?

0 Answers  


What are types of functions?

0 Answers  


Difference between MAC vs. IP Addressing

0 Answers  


WHAT IS HEADER?

8 Answers   ProKarma, TCS,


a value that does not change during program execution a) variabe b) argument c) parameter d) none

0 Answers  






main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }

1 Answers   CodeChef,


What does the c preprocessor do?

0 Answers  


What is size of union in c?

0 Answers  


Write a code to generate a series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


How do you print an address?

0 Answers   TCS,


What are local and global variables?

3 Answers  


2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above

4 Answers   Siemens,


Categories