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);
 
PREVIOUS NEXT
Tagged: #print #int #C
ADD COMMENT
Topic
Name
5+4 =