Which of the following is a correct way to initialize a float variable?
float a = false;
float b = 15.5;
float c = 1.2f;
float d;