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
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is wrong with this statement? Myname = 'robin';
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Explain what is the difference between the expression '++a' and 'a++'?
Explain what does the format %10.2 mean when included in a printf statement?
What is c standard library?
Why functions are used in c?
What are the types of i/o functions?
What is the difference between text and binary modes?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is register variable in c language?
Why do we use namespace feature?
How do you write a program which produces its own source code as output?
How can you convert integers to binary or hexadecimal?
#include