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


Please Help Members By Posting Answers For Below Questions

What is sizeof array in c?

791


How macro execution is faster than function ?

893


What is the use of printf() and scanf() functions?

842


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

1015


What is the use of in c?

767


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

1966


What is the difference between text and binary i/o?

799


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2083


What are register variables in c?

811


How do I swap bytes?

846


Explain what are reserved words?

850


What is the role of this pointer?

774


Explain how can you restore a redirected standard stream?

798


What does a pointer variable always consist of?

885


What do you mean by recursion in c?

866