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
Explain how can you restore a redirected standard stream?
Can a pointer be volatile in c?
What is bash c?
Explain how can I open a file so that other programs can update it at the same time?
Is c easy to learn?
Is null valid for pointers to functions?
Differentiate fundamental data types and derived data types in C.
What is an example of structure?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What are the functions to open and close the file in c language?
i have a written test for microland please give me test pattern
When is a “switch” statement preferable over an “if” statement?
How can I access an I o board directly?
Explain what is the heap?
What is array of pointers to string?