fork download
  1. #include <iostream>
  2.  
  3. int main () {
  4.  
  5. int led_p1[8] = { 1,2,3,4,5,6,7,8 };
  6.  
  7. std::cout << sizeof led_p1 << "\n";
  8. }
Success #stdin #stdout 0.02s 2724KB
stdin
Standard input is empty
stdout
32