how to create dynamic array of string in it
Problem Link: SUBANAGR Problem - CodeChef
@shivaniojha Just use vector . Like vector v . It will do your job.