what is meant by linking error? how can i solve it? if there
is a linking error " unable to open file 'cos.obj'? then what
should i do?



what is meant by linking error? how can i solve it? if there is a linking error " unable to o..

Answer / mr.mohamedali

looks like you just copied a .cpp file from somewhere and tried to run it on your complier.
if it is so you have to copy all the extensions of file name and paste it the directory from which you want to run the program.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C C++ Errors Interview Questions

Given an int variable n that has been initialized to a positive value and, in addition, int variables k and total that have already been declared, use a do...while loop to compute the sum of the cubes of the first n whole numbers, and store this value in total . Thus if n equals 4, your code should put 1*1*1 + 2*2*2 + 3*3*3 + 4*4*4 into total . Use no variables other than n , k , and total .

3 Answers  


what is run time error?

7 Answers  


write a profram for selection sort whats the error in it?

2 Answers  


what is meant for variable not found?

3 Answers  


A sample program using data structure? what is file handling?

0 Answers   TCS,






difference between c/c++ programing language? what is necessesity of c++ when existing c programing language?

2 Answers   TCS,


who was the present cheif governor of reserve bank of india

6 Answers   State Bank Of India SBI,


errors are known as?

3 Answers   EX, State Bank Of India SBI,


Given an int variable n that has already been declared and initialized to a positive value, and another int variable j that has already been declared, use a do...while loop to print a single line consisting of n asterisks. Thus if n contains 5, five asterisks will be printed. Use no variables other than n and j .

2 Answers  


Find the error (2.5*2=5) (a) X=y=z=0.5,2.0-5.75 (b) s=15;

3 Answers  


what is macro in c? Difference between single linked list & double linked list what is fifo & lifo? what is stack & queue?

2 Answers   TCS,


full c programming error question based problem

3 Answers   HCL, TCS,


Categories