Answer Posted / rajesh
Linkage error occurs when the linker fails to resolve all
the symbols during the linking process. This can happen if
the linker is not able to find any definition for an extern
declaration in one .C file by the time of linking.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain what is dynamic data structure?
What is selection sort in c?
What is difference between structure and union?
Explain what are header files and explain what are its uses in c programming?
Explain the process of converting a Tree into a Binary Tree.
Should a function contain a return statement if it does not return a value?
What are dangling pointers? How are dangling pointers different from memory leaks?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is extern c used for?
What is the use of structure padding in c?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Does c have function or method?
i have a written test for microland please give me test pattern
What is c variable?
What is the use of sizeof () in c?