hello every one i want to ask that i have read that we can declare dynamic array only by using pointer and using malloc or newlike
int * array = new int[strl
C99 support variable length array, it defines at c99, section 6.7.5.2.
variable length array