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 cohesion in c?
What is %d used for?
Explain b+ tree?
What is #include stdio h and #include conio h?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Write a program to reverse a given number in c language?
What are nested functions in c?
What is declaration and definition in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What are the Advantages of using macro
The __________ attribute is used to announce variables based on definitions of columns in a table?
Write a factorial program using C.
write a program to find the given number is prime or not
Explain the use of fflush() function?