InterviewSolution
Saved Bookmarks
| 1. |
What is the format identifier for “static a = 20.5;”?(a) %s(b) %d(c) %f(d) Illegal declaration due to absence of data typeThis 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 |
|
Answer» Right OPTION is (B) %d |
|