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
What would be an example of a structure analogous to structure c?
What is %d called in c?
How main function is called in c?
Explain bitwise shift operators?
How do you redirect a standard stream?
Why isn't it being handled properly?
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
What does 2n 4c mean?
What is the difference between new and malloc functions?
Describe the difference between = and == symbols in c programming?
What are the different file extensions involved when programming in C?
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.
What is the use of bitwise operator?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Is c dynamically typed?