Thank you...
(1) so it is like that, we can not read float values directly???
and can u please tell me about these two lines.
extern void float conetor();
#pragma extref floatconnector
it is for reading float value directly and even though i was getting error.
http://c-faq.com/fp/fpnotlinked.html
(2) and i've used fflush(stdin) in this programme.
is that any specific reason to use
fflush(stdout).
fflush(stdin) is wrong, do not use it. fflush(stdout) accomplishes the goal of ensuring that a user prompt shows up before subsequent requests for input begin blocking.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401