any limit on the number of functions that might be present in a C program
a) max 35 functions
b) max 50 functions
c) no limit
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
How do you redirect a standard stream?
What is unary operator?
How can I increase the allowable number of simultaneously open files?
Explain what is gets() function?
Difference between constant pointer and pointer to a constant.
What are local static variables?
What is assignment operator?
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
where do we use volatile keyword?
What is define directive?
how to write palindrome program?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.