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
Can I initialize unions?
How to declare pointer variables?
Is fortran faster than c?
What is f'n in math?
What are pointers? Why are they used?
What is a substring in c?
Do you know the difference between exit() and _exit() function in c?
what is the structure pointer?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Is there any demerits of using pointer?
What is function definition in c?
What does #pragma once mean?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What was noalias and what ever happened to it?
explain what is fifo?