Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

print an int C

// the %d is a format specifier that search for a variable containing
// an int in the printf function.
printf("You entered: %d", number);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #print #int #C
ADD COMMENT
Topic
Name
8+3 =