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
What is a program flowchart?
How can I recover the file name given an open stream?
What is actual argument?
What are compound statements?
How can I determine whether a machines byte order is big-endian or little-endian?
Why isnt there a numbered, multi-level break statement to break out
What is the modulus operator?
Why is c faster?
What is %d used for?
What is strcpy() function?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Do array subscripts always start with zero?
What is meant by preprocessor in c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
What is linear search?