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?

Answers were Sorted based on User's Feedback



Every time i run a c-code in editor, getting some runtime error and editor is disposing, even afte..

Answer / vignesh1988i

mostly the run time error will come if u dont link any files
properly u may reach these run time error..... just check it
out... as for i know this can also be a reason......


thank u

Is This Answer Correct ?    4 Yes 1 No

Every time i run a c-code in editor, getting some runtime error and editor is disposing, even afte..

Answer / 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

More C Interview Questions

How can you read a directory in a C program?

0 Answers  


Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


Is array a primitive data type in c?

0 Answers  


Difference between data structure and data base.

7 Answers   CTS, Value Labs, Zoho,


What is int main () in c?

0 Answers  






triangle number finding program...

1 Answers   HCL,


what are non standard function in c

0 Answers  


How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;

2 Answers  


find the minimum of three values inputted by the user

3 Answers  


tell me the full form of c?

2 Answers  


Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.

1 Answers  


Write program to remove duplicate in an array?

0 Answers  


Categories