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
What is the significance of scope resolution operator?
What are linker error?
What is atoi and atof in c?
What is the ANSI C Standard?
What is the meaning of c in c language?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Explain how can you tell whether two strings are the same?
What is a good way to implement complex numbers in c?
What is auto keyword in c?
What is the difference between int main and void main in c?
how to construct a simulator keeping the logical boolean gates in c
What is selection sort in c?
given post order,in order construct the corresponding binary tree
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What is the role of && operator in a program code?