If the static variable is declared as global,
will it be same as extern?
Answer / venkat
static :if i declare the static varible as global that
variable i can acces only with in the file (i.e i can't
access that variable from other file )
extern :if the varible i declared as extern than that extern
variable i can acces from other file also
| Is This Answer Correct ? | 29 Yes | 4 No |
what is pointer?
13 Answers HCL, TCS,
void main() { int a=1; while(a++<=1) while(a++<=2); }
to get a line of text and count the number of vowels in it
How can I find out how much memory is available?
What is array in c with example?
why Language C is plateform dependent
What are identifiers in c?
program to print circle structure
What is typedf?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
What is a far pointer?What is the utility?
How can I ensure that integer arithmetic doesnt overflow?