#include using namespace std; void bla(int c[], int s) { c[3] = 5; } void doSomething(const int b[], int size) { int i; for (i=0;i