Which is the output of the code below? #include int function { Static int .c= 0; C++ Return c; } Int main() { print(“%d”, function()); print(“%d”, function()); return 0; }
All Questions › Category: Embedded System › Which is the output of the code below? #include int function { Static int .c= 0; C++ Return c; } Int main() { print(“%d”, function()); print(“%d”, function()); return 0; }