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
formula to convert 2500mmh2o into m3/hr
What does a pointer variable always consist of?
What is the use of printf() and scanf() functions?
How to Throw some light on the splay trees?
What is array of structure in c programming?
What is call by value in c?
Which programming language is best for getting job 2020?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
List some of the dynamic data structures in C?
Explain c preprocessor?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is a keyword?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Differentiate between static and dynamic modeling.