when i compiled my c++ code in linux platform (ubuntu), i got an error regarding with an array.
the error states: array must be initialized with a brace-enclosed initializer.
//source error
long long byParam[2] = "";
can anybody show me a solution on my error...thanks