What's the best way to declare and define global variables?
Answer Posted / anurag aggarwal
after declaring the header files declare the global
variables to be used that is the best way.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
if p is a string contained in a string?
How can you avoid including a header more than once?
What is the difference between malloc() and calloc()?
What is a volatile keyword in c?
What is chain pointer in c?
How can I direct output to the printer?
What are volatile variables in c?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Explain main function in c?
Which is the memory area not included in C program? give the reason
What are the advantages of union?
Give the rules for variable declaration?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What does it mean when the linker says that _end is undefined?
Explain can the sizeof operator be used to tell the size of an array passed to a function?