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
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Compare interpreters and compilers.
Explain Function Pointer?
writw a program to insert an element in the begning of a doubly linked list
What are compound statements?
What does node * mean?
1 232 34543 4567654 can anyone tell me how to slove this c question
what is event driven software and what is procedural driven software?
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
Can two or more operators such as and be combined in a single line of program code?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
Why & is used in c?