![]() |
C pgm to find the number entered is int or float???
Hi,
Please help me with C code to find the number entered is integer or float????? Thanks in advence. |
Re: C pgm to find the number entered is int or float???
First of all have you decided how to determine whether a number is integer or float? If you haven't done this yet then you won't be able to write a program to do it.
If you've decided that, have you started yet? What code do you have? Does it work? If not, what does it do wrong? What input did you give and what output did you get? |
Re: C pgm to find the number entered is int or float???
hi Dear,
Please try this code easy and simple.... Code:
#include <stdio.h> |
| All times are GMT +5.5. The time now is 18:18. |