Computer Science, asked by siddubangaram8520, 1 year ago

How to define inline variable

Answers

Answered by afsanafatima5
0
A variable declared inline has the same semantics as a function declared inline: it can be defined, identically, in multiple translation units, must be defined in every translation unit in which it is used, and the behavior of the program is as if there was exactly one variable.
Similar questions