#include int main( int argc, char *argv[]) { short a = 2; int b; b = f( a ); printf("a = %d, b = %d\n", a, b); }