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

what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

0 Answers   College School Exams Tests,


helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe

2 Answers  


size maximum allocated by calloc()

3 Answers   DELL,


write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?

4 Answers  


what is dangling pointer?

1 Answers   LG Soft,






Why static variable is used in c?

0 Answers  


What is difference between && and & in c?

0 Answers  


what information does the header files contain?

6 Answers   BSNL, Cisco, GDA Technologies,


wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 Answers  


Why should I prototype a function?

0 Answers  


if p is a string contained in a string?

0 Answers  


How many main () function we can have in a project?

0 Answers  


Categories