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
What is the use of getch ()?
Difference between malloc() and calloc() function?
What is string in c language?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is infinite loop?
Differentiate between the expression “++a” and “a++”?
Why is a semicolon (;) put at the end of every program statement?
Where are some collections of useful code fragments and examples?
What is difference between main and void main?
Why is it that not all header files are declared in every C program?
Can the “if” function be used in comparing strings?
What standard functions are available to manipulate strings?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
How macro execution is faster than function ?
I need a sort of an approximate strcmp routine?