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?
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 |
what is syntax error?
What are the different types of errors in C and when they occur?
what is meant for variable not found?
quoroum of computer languages?
How to develop a program using C language to convert 8-bit binary values to decimals. TQ
who was the present cheif governor of reserve bank of india
6 Answers State Bank Of India SBI,
#include"stdio.h" #include"conio.h" void main() { int a; printf("\n enter a number:"); scanf("%c\n"); getch(); }
what is exceptions?
UINT i,j; i = j = 0; i = ( i++ > ++j ) ? i++ : i--; explain pls....
what is macro in c? Difference between single linked list & double linked list what is fifo & lifo? what is stack & queue?
char* f() return "hello:"; void main() {char *str=f(); }
What is the code for following o/p * * * * * * * * * * * * * * * *