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
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Why do we use pointer to pointer in c?
What does & mean in scanf?
Explain how can you avoid including a header more than once?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Can variables be declared anywhere in c?
What are the types of variables in c?
can we change the default calling convention in c if yes than how.........?
Can you think of a logic behind the game minesweeper.
What is the role of this pointer?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Differentiate between #include<...> and #include '...'