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 general form of #line preprocessor?
How can I run c program?
What is the heap in c?
What are the rules for identifiers in c?
Where define directive used?
1,1,5,17,61,217,?,?.
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Write a program in c using only loops to print * * * * * *******
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
Why do we need arrays in c?
How we can write a value to an address using macro..?
What is a symbolic constant?