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
What is function pointer c?
Can the curly brackets { } be used to enclose a single line of code?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is the difference between call by value and call by reference in c?
How do I get a null pointer in my programs?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is a example of a variable?
Is c object oriented?
What is external variable in c?
What is the difference between union and structure in c?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
How can you read a directory in a C program?
How can you find the exact size of a data type in c?
What is logical error?
Explain what is the purpose of "extern" keyword in a function declaration?