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
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Why use int main instead of void main?
What is function prototype in c with example?
What are qualifiers in c?
What is formal argument?
how to count no of words,characters,lines in a paragraph.
what is event driven software and what is procedural driven software?
What is a wrapper function in c?
When can you use a pointer with a function?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Why are algorithms important in c program?
What does c value mean?
What is union and structure?
What is dynamic dispatch in c++?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above