What's the best way to declare and define global variables?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / karnik ankit
the best way to declare and define global variables after
the header files or before the main function.
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / 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 |
Answer / vignesh1988i
as for C is concerned the best way to declare and define the
global variable is brefore the main() function
Is This Answer Correct ? | 10 Yes | 5 No |
Answer / ajeet singh
through the "public" key world, we define the globle variable.
Is This Answer Correct ? | 1 Yes | 5 No |
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
print a "hello" word without using printf n puts in c language
What are identifiers and keywords in c?
Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What’s the special use of UNIONS?
What is meant by operator precedence?
What is string function c?
Do you know what is the purpose of 'extern' keyword in a function declaration?
what about "char *(*(*a[])())();"