Answer Posted / nashiinformaticssolutions
Functions declared with static have internal linkage, accessible only within the file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you convert strings to numbers in C?
Why doesn't C support function overloading?
How can I prevent another program from modifying part of a file that I am modifying?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Explain continue keyword in c
Can the “if” function be used in comparing strings?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What does %d do?
What is d scanf?
What are local static variables? How can you use them?
Explain how can type-insensitive macros be created?
How would you rename a function in C?
Why do we use int main?
What are reserved words?
Is main is a keyword in c?