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 / 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 |
Post New Answer View All Answers
What is the use of pointers in C?
How can you increase the size of a dynamically allocated array?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What does the function toupper() do?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What are register variables in c?
I have seen function declarations that look like this
what value is returned to operating system after program execution?
What does 1f stand for?
How many header files are in c?
What is the difference between %d and %i?
How can I change the size of the dynamically allocated array?
What are pointers?
What is a static function in c?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.