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 are pointers really good for, anyway?
Explain how to reverse singly link list.
Difference between goto, long jmp() and setjmp()?
What is wrong with this statement? Myname = 'robin';
Is it better to use a macro or a function?
How do you sort filenames in a directory?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
If I have a char * variable pointing to the name of a function ..
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Is it possible to initialize a variable at the time it was declared?
write a program to rearrange the array such way that all even elements should come first and next come odd
How can I make sure that my program is the only one accessing a file?
How do you determine whether to use a stream function or a low-level function?
What is difference between array and structure in c?