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
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
How is actual parameter different from the formal parameter?
Explain how does flowchart help in writing a program?
What is the use of gets and puts?
how should functions be apportioned among source files?
What is f'n in math?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is scope and lifetime of a variable in c?
What are the different types of objects used in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
With the help of using classes, write a program to add two numbers.
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Are the variables argc and argv are always local to main?
Is there a way to compare two structure variables?
Is fortran still used today?