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 the difference between char array and char pointer?
Compare and contrast compilers from interpreters.
Distinguish between actual and formal arguments.
What is signed and unsigned?
What are the general description for loop statement and available loop types in c?
What are pointers really good for, anyway?
Difference between Shallow copy and Deep copy?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
What are data structures in c and how to use them?
What is string function in c?
what will be the output for the following main() { printf("hi" "hello"); }
What is hash table in c?
What is wrong with this initialization?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What are the features of the c language?