in one file global variable int i; is declared as static. In
another file it is extern int i=100;
Is this valid ?
Answer Posted / sumit mondal
yes of course it is valid.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is c variable?
Explain how can I manipulate strings of multibyte characters?
What are the features of c language?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Which are low level languages?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What are two dimensional arrays alternatively called as?
What is structure in c definition?
What is the stack in c?
What is extern keyword in c?
How can you be sure that a program follows the ANSI C standard?
Why is c not oop?
how to create duplicate link list using C???
Write the control statements in C language
What is #include stdio h and #include conio h?