c++ to cI found none. I only changed this: printf("%i ", arr[i]); to printf("%d ", arr[i]);
c++ to cThanks. This should be the output: 3 1 2 1 3 2 2 3 1 2 1 3 Consider N at main is 3, and now where ...
c++ to cDon't know how to use range loop in C. Please post the full working code here.
c++ to cCan anyone please convert this code from C++ to C OR just give me a C solution for this problem: ...
passing vector class to functionPerfect, That was the right solution! I moved Sql to the very end of header and cpp and now no-erro...