naynay35231 naynay35231 06-04-2024 Computers and Technology contestada Which call to the printf function would display a floating point value left justified within a field width of 12 with 6 digits? a) printf("%-12.6f", value); b) printf("%12.6f", value); c) printf("%.6f", value); d) printf("%12f", value);