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

a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

0 Answers  


What are different types of pointers?

0 Answers  


could u able to tell about suresoft technical session

1 Answers  


Evaluate the following: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); 1) 10 2) 11 3) 1

6 Answers  


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  






macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration

12 Answers   HCL, Infosys, Microsoft,


What does dm mean sexually?

0 Answers  


Is c is a high level language?

0 Answers  


I have a varargs function which accepts a float parameter?

0 Answers  


How do I initialize a pointer to a function?

2 Answers  


Does c have enums?

0 Answers  


C program to find frequency of each character in a text file?

6 Answers  


Categories