mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-11 14:36:25 +08:00
in line 23. int a[n]; give error while running i.e. expression must have a constant value. so, rectifying this we can use pointer. int* a = new int[n];