can any one tell that i have a variable which is declared
as static but i want this variable to be visible to the
other files? how?
Answer Posted / hehe
Make the static variable as public
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Why is structure important for a child?
What are the main characteristics of c language describe the structure of ac program?
What is the use of typedef in c?
can anyone please tell about the nested interrupts?
What are void pointers in c?
What is the use of bitwise operator?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is sizeof int?
Is using exit() the same as using return?
What is the best way to store flag values in a program?
What are the general description for loop statement and available loop types in c?
Explain what is the benefit of using an enum rather than a #define constant?
Why functions are used in c?
How do we declare variables in c?