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


Please Help Members By Posting Answers For Below Questions

What would be an example of a structure analogous to structure c?

812


What is %d called in c?

992


How main function is called in c?

878


Explain bitwise shift operators?

968


How do you redirect a standard stream?

888


Why isn't it being handled properly?

868


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

966


What does 2n 4c mean?

1015


What is the difference between new and malloc functions?

868


Describe the difference between = and == symbols in c programming?

1059


What are the different file extensions involved when programming in C?

1043


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

1789


What is the use of bitwise operator?

916


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

1015


Is c dynamically typed?

932