If the static variable is declared as global,
will it be same as extern?
Answer Posted / 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 |
Post New Answer View All Answers
What is the advantage of c?
What is use of integral promotions in c?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
How is actual parameter different from the formal parameter?
What is string in c language?
what is reason of your company position's in india no. 1.
write a program to print data of 5 five students with structures?
What is meant by realloc()?
explain what is a newline escape sequence?
What is adt in c programming?
What does sizeof return c?
What is const keyword in c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is the use of a static variable in c?
What is the difference between far and near ?