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 does c mean in standard form?
What is the use of function overloading in C?
What are the different types of C instructions?
Explain how do you search data in a data file using random access method?
Explain the difference between malloc() and calloc() in c?
What is a rvalue?
Explain the difference between call by value and call by reference in c language?
What is the scope of static variable in c?
How many types of arrays are there in c?
Is null always equal to 0(zero)?
write a program to create a sparse matrix using dynamic memory allocation.
What is the purpose of & in scanf?
Give me the code of in-order recursive and non-recursive.
how we can make 3d venturing graphics on outer interface
How will you declare an array of three function pointers where each function receives two ints and returns a float?