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 a dynamic array in c?
Why isn't any of this standardized in c? Any real program has to do some of these things.
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Write a code to determine the total number of stops an elevator would take to serve N number of people.
How do I read the arrow keys? What about function keys?
Who developed c language?
Write a C program in Fibonacci series.
What are the different types of errors?
Why should I use standard library functions instead of writing my own?
What is class and object in c?
Difference between Function to pointer and pointer to function
Is a house a shell structure?
What is .obj file in c?
Why is this loop always executing once?
Explain how do you search data in a data file using random access method?