Answer Posted / vijaya
By default functions are extern, so it is visible from the outer files. If it is as static then it is in invisible from the outer files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is array in c with example?
Is main an identifier in c?
Can an array be an Ivalue?
What are pointers really good for, anyway?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is the scope of static variable in c?
What do you mean by recursion in c?
Difference between macros and inline functions? Can a function be forced as inline?
write a program to print data of 5 five students with structures?
write a program to print largest number of each row of a 2D array
difference between object file and executable file
#include
Explain what are run-time errors?
Explain how do you search data in a data file using random access method?
Why we not create function inside function.