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
What are the 4 types of organizational structures?
Can we change the value of constant variable in c?
Why c is a mother language?
What is a program flowchart?
Is it valid to address one element beyond the end of an array?
Can we change the value of static variable in c?
What is the difference between malloc calloc and realloc in c?
C language questions for civil engineering
What is meant by keywords in c?
Is c is a high level language?
What is break in c?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Tell us something about keyword 'auto'.
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
How can I call fortran?