C program to check if the number is float double or interger

 //to check if the number is float double or interger.

#include<stdio.h>

int main()


{

    int I=(3.0/8)-2;

    printf("value of I is %d",I);

    return 0;

}


Comments

Popular posts from this blog

C Programme to find Area Of Rectangle

C programme to reverse the number