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
Why do we use int main?
What is s or c?
Are the expressions * ptr ++ and ++ * ptr same?
how could explain about job profile
Is main an identifier in c?
How main function is called in c?
How many parameters should a function have?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What does s c mean on snapchat?
Differentiate between #include<...> and #include '...'
Explain union. What are its advantages?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is sizeof c?
What are the usage of pointer in c?
What are all different types of pointers in c?