Answer Posted / naresh
main()
{
extern int iExtern;
iExtern = 20;
printf(“%d”,iExtern);
}
Why do we get linkage error for the above code
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What are the benefits of organizational structure?
Explain what happens if you free a pointer twice?
What is pointer in c?
What are the advantages of using linked list for tree construction?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
How to find a missed value, if you want to store 100 values in a 99 sized array?
int far *near * p; means
What is s in c?
Are the outer parentheses in return statements really optional?
What is the Purpose of 'extern' keyword in a function declaration?
Explain is it valid to address one element beyond the end of an array?
What is cohesion in c?
What is a pointer on a pointer in c programming language?
What is a memory leak? How to avoid it?
how many errors in c explain deply