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
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is the difference between array and pointer?
Explain what is a 'locale'?
Why is event driven programming or procedural programming, better within specific scenario?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
which type of aspect you want from the student.
What is the heap?
What are pointers?
What is time null in c?
What is sizeof in c?
How can I recover the file name given an open stream or file descriptor?
Explain the process of converting a Tree into a Binary Tree.
What is difference between structure and union in c?
List some basic data types in c?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3