• + 0 comments
    long int *a=new long int[N+1]();
    

    Q.1 What is the use of simple brackets? Q.2 How to intialize a all with zeroes? Q.3 How to create an empty sequence a?