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 |
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
how to find the kth smallest element in the given list of array elemnts.
What is indirect recursion? give an example?
code for quick sort?
How to draw the flowchart for structure programs?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
In a switch statement, explain what will happen if a break statement is omitted?
What is oops c?
What are header files and explain what are its uses in c programming?
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
What is actual argument?