Typ danych określenia w C
double doubleVar;
if( typeof(doubleVar) == double ) {
printf("doubleVar is of type double!");
}
Strange Sheep
double doubleVar;
if( typeof(doubleVar) == double ) {
printf("doubleVar is of type double!");
}