what does keyword ‘extern’ mean in a function declaration?
Answer Posted / vadivel t
Extern int a; -> means that, a int variable called 'a;
defined in any of the source file in the project and can be
accessed here in the file using extern declaration.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
Explain how do you determine the length of a string value that was stored in a variable?
p*=(++q)++*--p when p=q=1 while(q<=6)
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is include directive in c?
Explain what is the general form of a c program?
What is a stream water?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is the difference between new and malloc functions?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is a nested formula?
What is 02d in c?
How many bytes is a struct in c?
Is c programming hard?