what is linkage error when it occurs in c program

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


Please Help Members By Posting Answers For Below Questions

write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

1777


Why is c fast?

597


What are valid operations on pointers?

659


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

668


what are the different storage classes in c?

656






how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

2715


What is calloc in c?

652


How to set file pointer to beginning c?

658


can we have joblib in a proc ?

1650


Can the size of an array be declared at runtime?

599


What are # preprocessor operator in c?

622


What is a buffer in c?

566


When should you use a type cast?

583


Explain the Difference between the New and Malloc keyword.

676


What is a function in c?

566