![]() |
why it doesn't works right?
Code:
#include<stdlib.h> |
Re: why it doesn't works right?
Ahh! Where are the spaces in the code? I can't understand it at all. You should make it easier to read and actually tell what the problem with it is (i.e. what it won't do).
|
Re: why it doesn't works right?
Code:
#include<stdlib.h>"in.txt" , then it should write this coordinats in this file |
Re: why it doesn't works right?
1. You are receiving string and storing in char variable. Try giving integer number to indicate add operation and quiting from switch.
2.Switch cases cannot be triggered by string. they can be only by integer, char or cost expressions. 3. Close the file in your func_1 Make your program in effect with the above changes. ||| Dharma ||| |
Re: why it doesn't works right?
Code:
scanf("%s",&z); |
| All times are GMT +5.5. The time now is 17:52. |