Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

determination data type in c

double doubleVar;
if( typeof(doubleVar) == double ) {
    printf("doubleVar is of type double!");
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #determination #data #type
ADD COMMENT
Topic
Name
3+2 =