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 calloc()?
What is the return type of sizeof?
What is a list in c?
what is the function of pragma directive in c?
Explain the use of 'auto' keyword in c programming?
What is the difference between malloc() and calloc() function in c language?
What does 2n 4c mean?
What is a program flowchart?
What is a structure in c language. how to initialise a structure in c?
What is pre-emptive data structure and explain it with example?
What is a newline escape sequence?
What is function pointer c?
write a progrmm in c language take user interface generate table using for loop?
What is binary tree in c?
Why we use break in c?