What's the best way to declare and define global variables?
Answer Posted / guest
The best arrangement is to place each definition in some
relevant .c file, with an external declaration in a header file.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Why is c used in embedded systems?
explain how do you use macro?
how logic is used
What does c mean in standard form?
How can I sort more data than will fit in memory?
What are different types of operators?
Why doesnt the call scanf work?
What are identifiers c?
Why c is called procedure oriented language?
Explain what is a static function?
What is the modulus operator?
What are the different types of endless loops?
Can the sizeof operator be used to tell the size of an array passed to a function?
Why doesnt long int work?
What does c value mean?