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 exceptions?
#include<stdio.h> void main() { int i=1; printf("%d%d%d",i++,++i,i); }
What are the different types of errors in C and when they occur?
what is macro in c? Difference between single linked list & double linked list what is fifo & lifo? what is stack & queue?
How to create a program that lists the capital country when told what the original country is? (Terribly sorry, I'm a novice programmer and would appreciate any help ;). Cheers, Alexxis
how tally is useful?
UINT i,j; i = j = 0; i = ( i++ > ++j ) ? i++ : i--; explain pls....
write the value of x and y after execution of the statements: int x=19,y; y=x++ + ++x; x++; y++;
what is the large sustained error signal that eventually cause the controller output to drive to its limit
What is the code for following o/p * * * * * * * * * * * * * * * *
what is meant for variable not found?
#include"stdio.h" #include"conio.h" void main() { int a; printf("\n enter a number:"); scanf("%c\n"); getch(); }