Mega Code Archive
Categories
/
C
/
Stdio H
Printf ivalue with + sign
#include
int main( ) { int ivalue = 1234; printf("%+d",ivalue); }