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
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is extern c used for?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Is register a keyword in c?
Difference between malloc() and calloc() function?
Is flag a keyword in c?
What is the purpose of realloc()?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
List a few unconditional control statement in c.
write a program to create a sparse matrix using dynamic memory allocation.
how to execute a program using if else condition and the output should enter number and the number is odd only...
Differentiate between functions getch() and getche().
Can we assign string to char pointer?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?