tipe data penentuan dalam c

double doubleVar;
if( typeof(doubleVar) == double ) {
    printf("doubleVar is of type double!");
}
Strange Sheep