what is linkage error when it occurs in c program

Answer Posted / karthik

linkage error occurs when the library files included in
program are not present in default directory you added while
installing compiler.. set environment settings and change
directory.... you will not get linkage errors..

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is substring in c?

628


Why do we write return 0 in c?

542


What are local variables c?

539


What does the error message "DGROUP exceeds 64K" mean?

720


Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

4826






what is the diffrenet bettwen HTTP and internet protocol

1381


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1585


Can a pointer be static?

607


What are the c keywords?

738


Tell me is null always defined as 0(zero)?

664


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

613


What is nested structure?

566


What is a void pointer? When is a void pointer used?

614


What are the key features in c programming language?

602


What is #include in c?

587