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
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 |
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 |
Why c++ is called c++ and not c+?
how to set Nth bit of a variable?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Explain what is the difference between #include and #include 'file' ?
Stimulate calculator using Switch-case-default statement for two numbers
How many types of sorting are there in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
How to write a program for swapping two strings without using 3rd variable and without using string functions.
What is the translation phases used in c language?
What is the real time usage volatile?
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above