int a; float b; float c; int main() { c = b + 1.0; a = 2; print (c); return a; }