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


Please Help Members By Posting Answers For Below Questions

What math functions are available for integers? For floating point?

614


What are the 5 types of organizational structures?

539


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3238


What are the two forms of #include directive?

632


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2364






how many errors in c explain deply

1621


Differentiate abs() function from fabs() function.

586


What are the types of type qualifiers in c?

637


what is the difference between 123 and 0123 in c?

706


What is meant by initialization and how we initialize a variable?

577


Explain the properties of union.

601


What is the code in while loop that returns the output of given code?

1281


What should malloc(0) do?

603


Explain what is #line used for?

598


Is that possible to store 32768 in an int data type variable?

684