What is the format identifier for “static a = 20.5;”?
(a) %s
(b) %d
(c) %f
(d) Illegal declaration due to absence of data type
This question was posed to me in my homework.
My question is from Static Variables topic in section C Functions and Structure of a Program of C