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 / guest
yes
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between #include "..." And #include <...> In c?
How do you use a pointer to a function?
What is double pointer in c?
string reverse using recursion
How many keywords (reserve words) are in c?
what are non standard function in c
What is queue in c?
Explain what is wrong with this program statement? Void = 10;
Are there any problems with performing mathematical operations on different variable types?
What does == mean in texting?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What is the return type of sizeof?
What is wild pointer in c with example?
What is meant by recursion?
How can I read/write structures from/to data files?