There are three meanings to the static attribute in C++
First of all, static means that the variable has run-time persistance. It will retain its last value, i.e. until changed, until the program exits.
Second, if the variable is defined at file scope, i.e. outside of all blocks, then its scope or visibility willonly be within the file that it is contained within.
Last, if the variable is a static member of a class, then it has common value and storage amongst all instances of that class.
Chat with our AI personalities
#include <stdio.h> static int myvar1, myvar2; int main (void) { puts ("It was easy"); return 0; }
b+b+b+c+c+c+c =3b+4c
C plus is between 3 and 3.2. C = 75% 0% < Plus < 5% 75%+0% < C Plus < 75%+5% 75 < C Plus < 80% 75%*4 < C Plus < 80% * 4 (3/4)*4 < C Plus < (4/5) * 4 3 < C Plus < 16/5 3 < C Plus < 3.2
2b + 2c or 2(b + c)
It is c + 12.