Every time i run a c-code in editor,
getting some runtime error and editor is disposing,
even after reinstalling the software
what may be the problem?
Answer Posted / swapnil
make sure that your c file is in c:\tc\bin
after doing that run program
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Calculate 1*2*3*____*n using recursive function??
how we can make 3d venturing graphics on outer interface
How to set file pointer to beginning c?
How to write a code for reverse of string without using string functions?
Is using exit() the same as using return?
Explain Basic concepts of C language?
What are types of structure?
What is the best style for code layout in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is the difference between formatted&unformatted i/o functions?
Can a pointer be volatile in c?
How to draw the flowchart for structure programs?
Can we use visual studio for c?
Explain what is gets() function?
Differentiate between full, complete & perfect binary trees.