Printf Allows variables for Formatting format specifiers int main() { int a = 5; float b = 6.1234567; printf("%.*f\n",a,b); getch(); }
0
1
1
0
0