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
Explain data types & how many data types supported by c?
what type of questions arrive in interview over c programming?
Do pointers take up memory?
What is the use of #define preprocessor in c?
How will you find a duplicate number in a array without negating the nos ?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is .obj file in c?
Which is the best website to learn c programming?
What are types of structure?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is a union?
write a c program in such a way that if we enter the today date the output should be next day's date.
What are valid signatures for the Main function?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is the purpose of scanf() and printf() functions?